Skip to content

Commit 51b2976

Browse files
committed
Release Scala 3.8.3
Signed-off-by: Wojciech Mazur <wmazur@virtuslab.com>
1 parent b88c4a5 commit 51b2976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ object Build {
7878
* During release candidate cycle incremented by the release officer before publishing a subsequent RC version;
7979
* During final, stable release is set exactly to `developedVersion`.
8080
*/
81-
val baseVersion = s"$developedVersion-RC3"
81+
val baseVersion = developedVersion
8282

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

0 commit comments

Comments
 (0)