File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Backported changes
2
+
3
+ - Backport "Upgrade to Scala.js 1.19.0." to 3.7 [ #23035 ] ( https://github.com/scala/scala3/pull/23035 )
4
+
5
+
6
+ # Contributors
7
+
8
+ Thank you to all the contributors who made this release possible 🎉
9
+
10
+ According to ` git shortlog -sn --no-merges 3.7.0-RC3..3.7.0-RC4 ` these are:
11
+
12
+ ```
13
+ 2 Sébastien Doeraene
14
+ 1 Tomasz Godzik
15
+ ```
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-RC3 "
126
+ val baseVersion = s " $developedVersion-RC4 "
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:
You can’t perform that action at this time.
0 commit comments