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.
1 parent efdbd1b commit 20e59b3Copy full SHA for 20e59b3
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
strategy:
24
matrix:
25
os: [ubuntu-latest]
26
- scala: [2.11.12, 2.12.8, 2.13.1]
+ scala: [2.11.12, 2.12.18, 2.13.1]
27
java: [temurin@8]
28
runs-on: ${{ matrix.os }}
29
steps:
build.sbt
@@ -14,7 +14,7 @@ val shapelessVersion = "2.3.7"
14
val scalaCheckVersion = "1.15.2"
15
16
val Scala_2_11 = "2.11.12"
17
-val Scala_2_12 = "2.12.8"
+val Scala_2_12 = "2.12.18"
18
val Scala_2_13 = "2.13.1"
19
20
/// sbt-github-actions configuration
0 commit comments