Skip to content

Commit 72bdd59

Browse files
scala-stewardsatabin
authored andcommitted
Update scala-library to 2.13.10
1 parent d7b21b7 commit 72bdd59

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [ubuntu-latest]
31-
scala: [2.12.17, 2.13.9, 3.2.0]
31+
scala: [2.12.17, 2.13.10, 3.2.0]
3232
java: [temurin@8]
3333
project: [rootJS, rootJVM, rootNative]
3434
runs-on: ${{ matrix.os }}
@@ -114,7 +114,7 @@ jobs:
114114
strategy:
115115
matrix:
116116
os: [ubuntu-latest]
117-
scala: [2.13.9]
117+
scala: [2.13.10]
118118
java: [temurin@8]
119119
runs-on: ${{ matrix.os }}
120120
steps:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import com.typesafe.tools.mima.core._
22

33
val scala212 = "2.12.17"
4-
val scala213 = "2.13.9"
4+
val scala213 = "2.13.10"
55
val scala3 = "3.2.0"
66

77
val scalatestVersion = "3.2.13"

0 commit comments

Comments
 (0)