Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d112546

Browse files
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

‎project/Build.scala‎

Lines changed: 2 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /