File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -333,7 +333,11 @@ def regexFileFilter(s: String): FileFilter = new FileFilter {
333
333
}
334
334
335
335
// 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
+
337
341
338
342
lazy val library = configureAsSubproject(project)
339
343
.settings(generatePropertiesFileSettings)
Original file line number Diff line number Diff line change 1
1
# Scala version used for bootstrapping (see README.md)
2
- starr.version =2.13.0-M4
2
+ starr.version =2.13.0-pre-c7dc80c-SNAPSHOT
3
3
4
4
# These are the versions of the modules that go with this release.
5
5
# Artifact dependencies:
You can’t perform that action at this time.
0 commit comments