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 649aaea + 6bd3448 commit 6982b5eCopy full SHA for 6982b5e
build.gradle.kts
@@ -52,7 +52,7 @@ dependencies {
52
val junitJupiterVersion = "5.7.0"
53
54
compileOnly("org.junit.platform:junit-platform-engine:$junitPlatformVersion")
55
- compileOnly("org.scalatest:scalatest_2.11:3.2.0")
+ compileOnly("org.scalatest:scalatest_2.11:3.3.0-SNAP3")
56
57
testImplementation("org.junit.jupiter:junit-jupiter-api:$junitJupiterVersion")
58
testImplementation("org.junit.platform:junit-platform-launcher:$junitPlatformVersion")
0 commit comments