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 af84bda + bd4e2b9 commit 23ece7eCopy full SHA for 23ece7e
build.gradle.kts
@@ -53,7 +53,7 @@ dependencies {
53
val testScalaVersion = "$testScalaLibraryVersion.4"
54
55
compileOnly("org.junit.platform:junit-platform-engine:$junitPlatformVersion")
56
- compileOnly("org.scalatest:scalatest_2.11:3.3.0-SNAP3")
+ compileOnly("org.scalatest:scalatest_2.11:3.3.0-SNAP4")
57
58
testImplementation("org.junit.jupiter:junit-jupiter-api:$junitJupiterVersion")
59
testImplementation("org.junit.jupiter:junit-jupiter-engine:$junitJupiterVersion")
0 commit comments