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 828f8f0 commit 2df6f9eCopy full SHA for 2df6f9e
cli/src/sbt-test/integration/cli/build.sbt
@@ -1,4 +1,4 @@
1
-resolvers ++= Resolver.sonatypeOssRepos("snapshots")
+resolvers += Resolver.sonatypeCentralSnapshots
2
enablePlugins(ScalaNativePlugin)
3
4
import sbt._
cli/src/sbt-test/integration/cli/project/build.sbt
val pluginVersion = System.getProperty("plugin.version")
if (pluginVersion == null)
0 commit comments