Skip to content

Commit f5d75d1

Browse files
committed
Setup resolvers for staging repo in plugin.sbt
1 parent a6dc609 commit f5d75d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

project/plugins.sbt

+4
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
// 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+
26
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.0")

0 commit comments

Comments
 (0)