Skip to content

Commit fc741eb

Browse files
scala-stewardxuwei-k
authored andcommitted
Update scala-library to 2.13.7
1 parent 0ae9c0e commit fc741eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
java: [8, 11, 17]
14-
scala: [2.11.12, 2.12.15, 2.13.6, 3.0.2]
14+
scala: [2.11.12, 2.12.15, 2.13.7, 3.0.2]
1515
platform: [jvm, js, native]
1616
mode: [normal]
1717
exclude:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ lazy val junit = libraryDependencies += "com.github.sbt" % "junit-interface" % "
5151

5252
lazy val scala211 = "2.11.12"
5353
lazy val scala212 = "2.12.15"
54-
lazy val scala213 = "2.13.6"
54+
lazy val scala213 = "2.13.7"
5555
lazy val scala30 = "3.0.2"
5656

5757
lazy val compat = new MultiScalaCrossProject(

0 commit comments

Comments
 (0)