Skip to content

Commit d112546

Browse files
committed
Release 3.7.0-RC2
1 parent d29f2a5 commit d112546

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: project/Build.scala

+2-2
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:
@@ -452,7 +452,7 @@ object Build {
452452
"Automatic-Module-Name" -> s"${dottyOrganization.replaceAll("-",".")}.${moduleName.value.replaceAll("-",".")}"
453453
),
454454

455-
// add extraDevelocityCacheInputFiles in cache key components
455+
// add extraDevelocityCacheInputFiles in cache key components
456456
Compile / compile / buildcache.develocityTaskCacheKeyComponents +=
457457
(Compile / extraDevelocityCacheInputFiles / outputFileStamps).taskValue,
458458
Test / test / buildcache.develocityTaskCacheKeyComponents +=

0 commit comments

Comments
 (0)