Skip to content

Commit af7bbed

Browse files
committed
Update scala-library to 2.12.21
1 parent 9042cd1 commit af7bbed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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.20, 2.13.18, 3.3.7]
30+
scala: [2.12.21, 2.13.18, 3.3.7]
3131
java: [zulu@11]
3232
runs-on: ${{ matrix.os }}
3333
steps:

build.sbt

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

2222
def crossPlugin(x: sbt.librarymanagement.ModuleID) = compilerPlugin(x.cross(CrossVersion.full))
2323

24-
val Scala212 = "2.12.20"
24+
val Scala212 = "2.12.21"
2525
val Scala213 = "2.13.18"
2626
val Scala3 = "3.3.7"
2727

0 commit comments

Comments
 (0)