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 b27ecd3 commit bf95263Copy full SHA for bf95263
build.gradle
@@ -33,7 +33,7 @@ subprojects {
33
dependencies {
34
api "org.scala-lang:scala-library:${scalaLibraryVersion}"
35
36
- testImplementation "org.scalatest:scalatest_${scalaVersion}:3.3.0-SNAP3"
+ testImplementation "org.scalatest:scalatest_${scalaVersion}:3.3.0-SNAP4"
37
testImplementation "org.scalatestplus:junit-4-12_${scalaVersion}:3.1.3.0"
38
testImplementation "junit:junit:4.13.2"
39
}
0 commit comments