File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 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 {
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-RC3 "
126+ val baseVersion = s " $developedVersion-RC4 "
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:
You can’t perform that action at this time.
0 commit comments