Skip to content

Commit

Permalink
Update Scala version to 2.13.15 (#3788)
Browse files Browse the repository at this point in the history
Pull request: #3788
  • Loading branch information
lefou authored Oct 21, 2024
1 parent f4aecbe commit 4a074b1
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 11 deletions.
9 changes: 5 additions & 4 deletions build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ object Deps {
// The Scala version to use
// When updating, run "Publish Bridges" Github Actions for the new version
// and then add to it `bridgeScalaVersions`
val scalaVersion = "2.13.14"
val scala2Version = "2.13.14"
val scalaVersion = "2.13.15"
val scala2Version = "2.13.15"
// The Scala 2.12.x version to use for some workers
val workerScalaVersion212 = "2.12.19"

val testScala213Version = "2.13.14"
val testScala213Version = "2.13.15"
// Scala Native 4.2 will not get releases for new Scala version
val testScala213VersionForScalaNative42 = "2.13.8"
val testScala212Version = "2.12.6"
Expand Down Expand Up @@ -305,7 +305,8 @@ val bridgeScalaVersions = Seq(
"2.13.11",
"2.13.12",
"2.13.13",
"2.13.14"
"2.13.14",
"2.13.15"
)

// We limit the number of compiler bridges to compile and publish for local
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<component name="libraryTable">
<library name="scala-SDK-2.13.14" type="Scala">
<library name="scala-SDK-2.13.15" type="Scala">
<properties>
<language-level>Scala_2_13</language-level>
<compiler-classpath>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
<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"/>
</compiler-classpath>
</properties>
</library>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<component name="libraryTable">
<library name="scala-SDK-2.13.15" type="Scala">
<properties>
<language-level>Scala_2_13</language-level>
<compiler-classpath>
<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"/>
<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"/>
<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"/>
</compiler-classpath>
</properties>
</library>
</component>
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<component name="libraryTable">
<library name="scala-library-2.13.14.jar">
<library name="scala-library-2.13.15.jar">
<CLASSES>
<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!/"/>
<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!/"/>
</CLASSES>
<SOURCES>
<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!/"/>
<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!/"/>
</SOURCES>
</library>
</component>

0 comments on commit 4a074b1

Please sign in to comment.