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 4dc6680 commit 75a09a3Copy full SHA for 75a09a3
.travis.yml
@@ -11,7 +11,7 @@ scala:
11
- "2.10.7"
12
- "2.11.12"
13
- "2.12.6"
14
- - "2.13.0-M5"
+ - "2.13.0-RC1"
15
16
jdk:
17
- oraclejdk8
shared/build.sbt
@@ -1 +1 @@
1
-libraryDependencies += "org.scalatest" %%% "scalatest" % "3.0.7" % Test
+libraryDependencies += "org.scalatest" %%% "scalatest" % "3.0.8-RC2" % Test
0 commit comments