Skip to content

Commit 479ed1d

Browse files
committed
chore: Update Scala to 2.13.14
1 parent cf0e8bd commit 479ed1d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import scala.concurrent.duration.{Duration, DurationInt}
1717

1818
object Dependencies {
1919
def scala212 = "2.12.19"
20-
def scala213 = "2.13.13"
20+
def scala213 = "2.13.14"
2121

2222
def scalaVersions = Seq(scala212, scala213)
2323

frontend/src/test/resources/cross-test-build-scala-native-0.4/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ lazy val `test-project` =
66
.withoutSuffixFor(JVMPlatform)
77
.settings(
88
name := "test-project",
9-
scalaVersion := "2.13.13",
9+
scalaVersion := "2.13.14",
1010
mainClass in (Compile, run) := Some("hello.App")
1111
)
1212

frontend/src/test/resources/cross-test-build-scala-native-0.5/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ lazy val `test-project` =
66
.withoutSuffixFor(JVMPlatform)
77
.settings(
88
name := "test-project",
9-
scalaVersion := "2.13.13",
9+
scalaVersion := "2.13.14",
1010
mainClass in (Compile, run) := Some("hello.App")
1111
)
1212

frontend/src/test/scala/bloop/ScalaVersionsSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ object ScalaVersionsSpec extends bloop.testing.BaseSuite {
7777
"2.13.10",
7878
"3.1.3",
7979
"3.2.1",
80-
"2.13.13"
80+
"2.13.14"
8181
)
8282

8383
val allVersions = scalaVersions

0 commit comments

Comments
 (0)