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.
2 parents 5746708 + 7cd3132 commit 3ca8490Copy full SHA for 3ca8490
.travis.yml
@@ -11,7 +11,7 @@ scala:
11
- "2.10.7"
12
- "2.11.12"
13
- "2.12.6"
14
- - "2.13.0-RC2"
+ - "2.13.0"
15
16
jdk:
17
- oraclejdk8
shared/build.sbt
@@ -1 +1 @@
1
-libraryDependencies += "org.scalatest" %%% "scalatest" % "3.1.0-SNAP11" % Test
+libraryDependencies += "org.scalatest" %%% "scalatest" % "3.0.8" % Test
0 commit comments