We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ae9c0e commit fc741ebCopy full SHA for fc741eb
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
fail-fast: false
12
matrix:
13
java: [8, 11, 17]
14
- scala: [2.11.12, 2.12.15, 2.13.6, 3.0.2]
+ scala: [2.11.12, 2.12.15, 2.13.7, 3.0.2]
15
platform: [jvm, js, native]
16
mode: [normal]
17
exclude:
build.sbt
@@ -51,7 +51,7 @@ lazy val junit = libraryDependencies += "com.github.sbt" % "junit-interface" % "
51
52
lazy val scala211 = "2.11.12"
53
lazy val scala212 = "2.12.15"
54
-lazy val scala213 = "2.13.6"
+lazy val scala213 = "2.13.7"
55
lazy val scala30 = "3.0.2"
56
57
lazy val compat = new MultiScalaCrossProject(
0 commit comments