Skip to content

Commit 2372639

Browse files
committed
Release 3.7.1-RC2
1 parent 39d1ce1 commit 2372639

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ object Build {
123123
* During release candidate cycle incremented by the release officer before publishing a subsequent RC version;
124124
* During final, stable release is set exactly to `developedVersion`.
125125
*/
126-
val baseVersion = s"$developedVersion-RC1"
126+
val baseVersion = s"$developedVersion-RC2"
127127

128128
/** The version of TASTY that should be emitted, checked in runtime test
129129
* For defails on how TASTY version should be set see related discussions:
@@ -1238,7 +1238,7 @@ object Build {
12381238
dependsOn(dottyCompiler(Bootstrapped) % "provided; compile->runtime; test->test").
12391239
settings(scala2LibraryBootstrappedSettings).
12401240
settings(moduleName := "scala2-library-cc")
1241-
1241+
12421242
lazy val scala2LibraryBootstrappedSettings = Seq(
12431243
javaOptions := (`scala3-compiler-bootstrapped` / javaOptions).value,
12441244
Compile / scalacOptions ++= {

0 commit comments

Comments
 (0)