We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df0a755 + 2106254 commit 42ea39fCopy full SHA for 42ea39f
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
fail-fast: false
11
matrix:
12
java: [8, 11, 17, 21]
13
- scala: [2.13.15]
+ scala: [2.13.16]
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v4
build.sbt
@@ -1,4 +1,4 @@
1
-ThisBuild / scalaVersion := "2.13.15"
+ThisBuild / scalaVersion := "2.13.16"
2
3
lazy val root = project.in(file("."))
4
.aggregate(scalaLibraryNextJVM, scalaLibraryNextJS)
0 commit comments