File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ object Build {
123
123
* During release candidate cycle incremented by the release officer before publishing a subsequent RC version;
124
124
* During final, stable release is set exactly to `developedVersion`.
125
125
*/
126
- val baseVersion = s " $developedVersion-RC1 "
126
+ val baseVersion = s " $developedVersion-RC2 "
127
127
128
128
/** The version of TASTY that should be emitted, checked in runtime test
129
129
* For defails on how TASTY version should be set see related discussions:
@@ -452,7 +452,7 @@ object Build {
452
452
" Automatic-Module-Name" -> s " ${dottyOrganization.replaceAll(" -" ," ." )}. ${moduleName.value.replaceAll(" -" ," ." )}"
453
453
),
454
454
455
- // add extraDevelocityCacheInputFiles in cache key components
455
+ // add extraDevelocityCacheInputFiles in cache key components
456
456
Compile / compile / buildcache.develocityTaskCacheKeyComponents +=
457
457
(Compile / extraDevelocityCacheInputFiles / outputFileStamps).taskValue,
458
458
Test / test / buildcache.develocityTaskCacheKeyComponents +=
You can’t perform that action at this time.
0 commit comments