Skip to content

Commit 6e95f60

Browse files
committed
Release Scala 3.8.2
Signed-off-by: Wojciech Mazur <wmazur@virtuslab.com>
1 parent fa335d8 commit 6e95f60

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
@@ -60,7 +60,7 @@ object Build {
6060
*
6161
* Warning: Change of this variable needs to be consulted with `expectedTastyVersion`
6262
*/
63-
val referenceVersion = "3.8.0"
63+
val referenceVersion = "3.8.1"
6464

6565
/** Version of the Scala compiler targeted in the current release cycle
6666
* Contains a version without RC/SNAPSHOT/NIGHTLY specific suffixes
@@ -80,7 +80,7 @@ object Build {
8080
* During release candidate cycle incremented by the release officer before publishing a subsequent RC version;
8181
* During final, stable release is set exactly to `developedVersion`.
8282
*/
83-
val baseVersion = s"$developedVersion-RC3"
83+
val baseVersion = developedVersion
8484

8585
/** The version of TASTY that should be emitted, checked in runtime test
8686
* For defails on how TASTY version should be set see related discussions:

0 commit comments

Comments
 (0)