We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d443e02 + bbcfa28 commit cc94854Copy full SHA for cc94854
project/DependencyResolvers.scala
@@ -2,6 +2,7 @@ import sbt._
2
3
object DependencyResolvers {
4
val atlassian = "Atlassian Releases" at "https://maven.atlassian.com/public/"
5
+ val unidataUcar = "Unidata UCAR" at "https://artifacts.unidata.ucar.edu/content/repositories/unidata-releases/"
6
val sciJava = "SciJava Public" at "https://maven.scijava.org/content/repositories/public/"
7
val senbox = "Senbox (for Zarr)" at "https://nexus.senbox.net/nexus/content/groups/public/"
8
@@ -10,6 +11,7 @@ object DependencyResolvers {
10
11
Resolver.sonatypeOssRepos("snapshots") ++
12
Seq(
13
Resolver.typesafeRepo("releases"),
14
+ unidataUcar,
15
sciJava,
16
atlassian,
17
senbox
0 commit comments