We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07a3eb5 + e90b031 commit 66a8d88Copy full SHA for 66a8d88
.github/workflows/ci.yml
@@ -282,7 +282,7 @@ jobs:
282
strategy:
283
matrix:
284
os: [ubuntu-22.04]
285
- scala: [2.13.16]
+ scala: [2.13.17]
286
java: [temurin@11]
287
runs-on: ${{ matrix.os }}
288
steps:
build.sbt
@@ -3,7 +3,7 @@ import com.typesafe.tools.mima.core._
3
ThisBuild / tlBaseVersion := "0.3"
4
5
val scala212Version = "2.12.20"
6
-val scala213Version = "2.13.16"
+val scala213Version = "2.13.17"
7
val scala30Version = "3.3.7"
8
9
val collectionCompatVersion = "2.11.0"
0 commit comments