File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments