We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b322dde + b65b4d7 commit 488acfaCopy full SHA for 488acfa
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.15", "3.3.5"]
+ scala: ["2.12.20", "2.13.15", "3.3.6"]
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.15", "3.3.5")
+crossScalaVersions := Seq("2.12.20", "2.13.15", "3.3.6")
24
25
libraryDependencies ++=
26
Seq(
0 commit comments