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 06f882f commit 83327c0Copy full SHA for 83327c0
.travis.yml
@@ -7,7 +7,7 @@ language: scala
7
scala:
8
- 2.11.12
9
- 2.12.12
10
- - 2.13.2
+ - 2.13.3
11
12
env:
13
- SCALAJS_VERSION= ADOPTOPENJDK=8
build.sbt
@@ -49,7 +49,7 @@ lazy val junit = libraryDependencies += "com.novocode" % "junit-interface" % "0.
49
50
lazy val scala211 = "2.11.12"
51
lazy val scala212 = "2.12.12"
52
-lazy val scala213 = "2.13.2"
+lazy val scala213 = "2.13.3"
53
54
lazy val compat = MultiScalaCrossProject(JSPlatform, JVMPlatform, NativePlatform)(
55
"compat",
0 commit comments