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.
1 parent 2e9e4b8 commit d467f23Copy full SHA for d467f23
build.sbt
@@ -103,6 +103,7 @@ inThisBuild(
103
// Used during the releases
104
resolvers += "Sonatype Central Deployments" at "https://central.sonatype.com/api/v1/publisher/deployments/download/",
105
resolvers ++= Resolver.sonatypeOssRepos("snapshots"),
106
+ resolvers += Resolver.sonatypeCentralSnapshots,
107
resolvers += Resolver.mavenCentral,
108
resolvers += Resolver.defaultLocal
109
)
project/build.properties
@@ -1 +1 @@
1
-sbt.version=1.11.1
+sbt.version=1.11.6
0 commit comments