Skip to content

Commit 6b14f3f

Browse files
committed
Use STARR from scala#6730
1 parent 2b49d71 commit 6b14f3f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

build.sbt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,11 @@ def regexFileFilter(s: String): FileFilter = new FileFilter {
333333
}
334334

335335
// This project provides the STARR scalaInstance for bootstrapping
336-
lazy val bootstrap = project in file("target/bootstrap")
336+
lazy val bootstrap = project.in(file("target/bootstrap"))
337+
.settings(
338+
resolvers += "pr" at "https://scala-ci.typesafe.com/artifactory/scala-pr-validation-snapshots/"
339+
)
340+
337341

338342
lazy val library = configureAsSubproject(project)
339343
.settings(generatePropertiesFileSettings)

versions.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Scala version used for bootstrapping (see README.md)
2-
starr.version=2.13.0-M4
2+
starr.version=2.13.0-pre-c7dc80c-SNAPSHOT
33

44
# These are the versions of the modules that go with this release.
55
# Artifact dependencies:

0 commit comments

Comments
 (0)