Skip to content

Commit e0c2fa4

Browse files
committed
Update scala-library to 2.12.21
1 parent a7415c2 commit e0c2fa4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
scala: ["2.12.20", "2.13.15", "3.3.7"]
8+
scala: ["2.12.21", "2.13.15", "3.3.7"]
99
steps:
1010
- uses: actions/checkout@v2
1111
- uses: coursier/cache-action@v6

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ inThisBuild(
1919
)
2020
)
2121

22-
scalaVersion := "2.12.20"
23-
crossScalaVersions := Seq("2.12.20", "2.13.15", "3.3.7")
22+
scalaVersion := "2.12.21"
23+
crossScalaVersions := Seq("2.12.21", "2.13.15", "3.3.7")
2424

2525
libraryDependencies ++=
2626
Seq(

0 commit comments

Comments
 (0)