Skip to content

Commit 20e59b3

Browse files
committed
Update scala-compiler to 2.12.18
1 parent efdbd1b commit 20e59b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
strategy:
2424
matrix:
2525
os: [ubuntu-latest]
26-
scala: [2.11.12, 2.12.8, 2.13.1]
26+
scala: [2.11.12, 2.12.18, 2.13.1]
2727
java: [temurin@8]
2828
runs-on: ${{ matrix.os }}
2929
steps:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ val shapelessVersion = "2.3.7"
1414
val scalaCheckVersion = "1.15.2"
1515

1616
val Scala_2_11 = "2.11.12"
17-
val Scala_2_12 = "2.12.8"
17+
val Scala_2_12 = "2.12.18"
1818
val Scala_2_13 = "2.13.1"
1919

2020
/// sbt-github-actions configuration

0 commit comments

Comments
 (0)