@@ -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