Skip to content

Commit 0205def

Browse files
Update scala-reflect to 2.12.16
1 parent a6b34e3 commit 0205def

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
strategy:
2929
matrix:
3030
os: [ubuntu-latest]
31-
scala: [2.13.8, 2.12.15, 3.0.2]
31+
scala: [2.13.8, 2.12.16, 3.0.2]
3232
java: [temurin@8, temurin@11]
3333
project: [rootJS, rootJVM]
3434
exclude:
35-
- scala: 2.12.15
35+
- scala: 2.12.16
3636
java: temurin@11
3737
- scala: 3.0.2
3838
java: temurin@11

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 Scala213 = "2.13.8"
4-
val Scala212 = "2.12.15"
4+
val Scala212 = "2.12.16"
55
val Scala3 = "3.0.2"
66

77
ThisBuild / tlBaseVersion := "2.3"

0 commit comments

Comments
 (0)