We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f79cc4 + d253396 commit d2fe6d0Copy full SHA for d2fe6d0
2 files changed
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
strategy:
7
matrix:
8
- scala: ["2.12.20", "2.13.18", "3.3.7"]
+ scala: ["2.12.21", "2.13.18", "3.3.7"]
9
steps:
10
- uses: actions/checkout@v2
11
- uses: coursier/cache-action@v6
build.sbt
@@ -20,7 +20,7 @@ inThisBuild(
20
)
21
22
scalaVersion := "2.12.20"
23
-crossScalaVersions := Seq("2.12.20", "2.13.18", "3.3.7")
+crossScalaVersions := Seq("2.12.21", "2.13.18", "3.3.7")
24
25
libraryDependencies ++=
26
Seq(
0 commit comments