We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6dc609 commit f5d75d1Copy full SHA for f5d75d1
project/plugins.sbt
@@ -1,2 +1,6 @@
1
// Update during release procedure to provide access to staged, but not published artifacts
2
+val StagingRepoIds = 1147 to 1149
3
+val StagingRepoNames = StagingRepoIds.map(id => s"orgscala-native-$id").toSeq
4
+resolvers ++= StagingRepoNames.flatMap(Resolver.sonatypeOssRepos(_))
5
+
6
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.0")
0 commit comments