File tree Expand file tree Collapse file tree 4 files changed +24
-11
lines changed
integration/ide/gen-idea/resources
hello-idea/idea/libraries Expand file tree Collapse file tree 4 files changed +24
-11
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments