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 943af36 commit 5a8b272Copy full SHA for 5a8b272
.travis.yml
@@ -7,7 +7,7 @@ language: scala
7
scala:
8
- 2.11.12
9
- 2.12.13
10
- - 2.13.4
+ - 2.13.5
11
- 3.0.0-M3
12
- 3.0.0-RC1
13
build.sbt
@@ -54,7 +54,7 @@ lazy val junit = libraryDependencies += "com.novocode" % "junit-interface" % "0.
54
55
lazy val scala211 = "2.11.12"
56
lazy val scala212 = "2.12.13"
57
-lazy val scala213 = "2.13.4"
+lazy val scala213 = "2.13.5"
58
lazy val scala30 = "3.0.0-RC1"
59
60
lazy val compat = MultiScalaCrossProject(JSPlatform, JVMPlatform, NativePlatform)(
0 commit comments