Skip to content

Commit 4ca22d3

Browse files
committed
Update scala-library to 2.12.20
1 parent 673aa3b commit 4ca22d3

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
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
os: [ubuntu-latest]
30-
scala: [2.12.19, 2.13.13, 3.3.3]
30+
scala: [2.12.20, 2.13.13, 3.3.3]
3131
3232
runs-on: ${{ matrix.os }}
3333
steps:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ inThisBuild(
1919

2020
def crossPlugin(x: sbt.librarymanagement.ModuleID) = compilerPlugin(x.cross(CrossVersion.full))
2121

22-
val Scala212 = "2.12.19"
22+
val Scala212 = "2.12.20"
2323
val Scala213 = "2.13.13"
2424
val Scala3 = "3.3.3"
2525

0 commit comments

Comments
 (0)