Skip to content

Commit 2df6f9e

Browse files
committed
Replace sonatypeOssRepos with sonatypeCentralSnapshots
1 parent 828f8f0 commit 2df6f9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cli/src/sbt-test/integration/cli/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
1+
resolvers += Resolver.sonatypeCentralSnapshots
22
enablePlugins(ScalaNativePlugin)
33

44
import sbt._

cli/src/sbt-test/integration/cli/project/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
1+
resolvers += Resolver.sonatypeCentralSnapshots
22

33
val pluginVersion = System.getProperty("plugin.version")
44
if (pluginVersion == null)

0 commit comments

Comments
 (0)