Skip to content

Commit f75ac7f

Browse files
authored
Merge pull request #305 from scala-steward/update/scala-library-2.13.10
Update scala-library to 2.13.10
2 parents 45f9b82 + fa90690 commit f75ac7f

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.2]
31+
scala: [2.12.17, 2.13.10, 3.2.2]
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.2"
66

77
val scalatestVersion = "3.2.15"

0 commit comments

Comments
 (0)