We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc0320 commit 5499ad0Copy full SHA for 5499ad0
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
strategy:
23
matrix:
24
os: [ubuntu-latest]
25
- scala: [2.12.20, 2.13.15, 3.3.4]
+ scala: [2.12.20, 2.13.16, 3.3.4]
26
java: [temurin@8]
27
runs-on: ${{ matrix.os }}
28
steps:
build.sbt
@@ -8,7 +8,7 @@ ThisBuild / mimaFailOnNoPrevious := false
8
val mimaPreviousVersion = "2.2.0"
9
10
lazy val Scala212 = "2.12.20"
11
-lazy val Scala213 = "2.13.15"
+lazy val Scala213 = "2.13.16"
12
lazy val Scala3 = "3.3.4"
13
14
ThisBuild / scalaVersion := Scala212
0 commit comments