Skip to content

Commit 4a074b1

Browse files
authored
Update Scala version to 2.13.15 (#3788)
Pull request: #3788
1 parent f4aecbe commit 4a074b1

File tree

4 files changed

+24
-11
lines changed

4 files changed

+24
-11
lines changed

build.mill

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ object Deps {
5555
// The Scala version to use
5656
// When updating, run "Publish Bridges" Github Actions for the new version
5757
// and then add to it `bridgeScalaVersions`
58-
val scalaVersion = "2.13.14"
59-
val scala2Version = "2.13.14"
58+
val scalaVersion = "2.13.15"
59+
val scala2Version = "2.13.15"
6060
// The Scala 2.12.x version to use for some workers
6161
val workerScalaVersion212 = "2.12.19"
6262

63-
val testScala213Version = "2.13.14"
63+
val testScala213Version = "2.13.15"
6464
// Scala Native 4.2 will not get releases for new Scala version
6565
val testScala213VersionForScalaNative42 = "2.13.8"
6666
val testScala212Version = "2.12.6"
@@ -305,7 +305,8 @@ val bridgeScalaVersions = Seq(
305305
"2.13.11",
306306
"2.13.12",
307307
"2.13.13",
308-
"2.13.14"
308+
"2.13.14",
309+
"2.13.15"
309310
)
310311

311312
// We limit the number of compiler bridges to compile and publish for local

integration/ide/gen-idea/resources/hello-idea/idea/libraries/scala_SDK_2_13_14.xml renamed to integration/ide/gen-idea/resources/extended/idea/libraries/scala_SDK_2_13_15.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<component name="libraryTable">
2-
<library name="scala-SDK-2.13.14" type="Scala">
2+
<library name="scala-SDK-2.13.15" type="Scala">
33
<properties>
44
<language-level>Scala_2_13</language-level>
55
<compiler-classpath>
6-
<root url="file://$USER_HOME$/COURSIER_CACHE/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-compiler/2.13.14/scala-compiler-2.13.14.jar"/>
7-
<root url="file://$USER_HOME$/COURSIER_CACHE/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.14/scala-library-2.13.14.jar"/>
8-
<root url="file://$USER_HOME$/COURSIER_CACHE/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-reflect/2.13.14/scala-reflect-2.13.14.jar"/>
6+
<root url="file://$USER_HOME$/COURSIER_CACHE/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-compiler/2.13.15/scala-compiler-2.13.15.jar"/>
7+
<root url="file://$USER_HOME$/COURSIER_CACHE/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.15/scala-library-2.13.15.jar"/>
8+
<root url="file://$USER_HOME$/COURSIER_CACHE/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-reflect/2.13.15/scala-reflect-2.13.15.jar"/>
99
</compiler-classpath>
1010
</properties>
1111
</library>
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<component name="libraryTable">
2+
<library name="scala-SDK-2.13.15" type="Scala">
3+
<properties>
4+
<language-level>Scala_2_13</language-level>
5+
<compiler-classpath>
6+
<root url="file://$USER_HOME$/COURSIER_CACHE/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-compiler/2.13.15/scala-compiler-2.13.15.jar"/>
7+
<root url="file://$USER_HOME$/COURSIER_CACHE/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.15/scala-library-2.13.15.jar"/>
8+
<root url="file://$USER_HOME$/COURSIER_CACHE/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-reflect/2.13.15/scala-reflect-2.13.15.jar"/>
9+
</compiler-classpath>
10+
</properties>
11+
</library>
12+
</component>
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<component name="libraryTable">
2-
<library name="scala-library-2.13.14.jar">
2+
<library name="scala-library-2.13.15.jar">
33
<CLASSES>
4-
<root url="jar://$USER_HOME$/COURSIER_CACHE/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.14/scala-library-2.13.14.jar!/"/>
4+
<root url="jar://$USER_HOME$/COURSIER_CACHE/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.15/scala-library-2.13.15.jar!/"/>
55
</CLASSES>
66
<SOURCES>
7-
<root url="jar://$USER_HOME$/COURSIER_CACHE/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.14/scala-library-2.13.14-sources.jar!/"/>
7+
<root url="jar://$USER_HOME$/COURSIER_CACHE/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.15/scala-library-2.13.15-sources.jar!/"/>
88
</SOURCES>
99
</library>
1010
</component>

0 commit comments

Comments
 (0)