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 0106344 commit 0139532Copy full SHA for 0139532
.travis.yml
@@ -8,7 +8,7 @@ scala:
8
- 2.11.12
9
- 2.12.14
10
- 2.13.6
11
- - 3.0.0
+ - 3.0.1
12
13
env:
14
- SCALAJS_VERSION= ADOPTOPENJDK=8
@@ -37,7 +37,7 @@ matrix:
37
38
# Scala Native doesn't support Scala 3 yet
39
40
- - scala: 3.0.0
+ - scala: 3.0.1
41
env: SCALANATIVE_VERSION=0.4.0 ADOPTOPENJDK=8
42
43
install:
build.sbt
@@ -56,7 +56,7 @@ lazy val junit = libraryDependencies += "com.novocode" % "junit-interface" % "0.
56
lazy val scala211 = "2.11.12"
57
lazy val scala212 = "2.12.14"
58
lazy val scala213 = "2.13.6"
59
-lazy val scala30 = "3.0.0"
+lazy val scala30 = "3.0.1"
60
61
lazy val compat = MultiScalaCrossProject(JSPlatform, JVMPlatform, NativePlatform)(
62
"compat",
0 commit comments