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 2584b68 commit 44308c5Copy full SHA for 44308c5
project/Dependencies.scala
@@ -5,7 +5,7 @@ object Version {
5
val mockito = "1.10.19"
6
val scala = "2.12.7"
7
val crossScala = List(scala, "2.11.12", "2.13.0-M5")
8
- val scalaTest = "3.0.6-SNAP3" // only version available for 2.13.0-M4
+ val scalaTest = "3.0.6-SNAP4" // only version available for 2.13.0-M4
9
val slf4j = "1.7.25"
10
}
11
0 commit comments