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 42312fc commit 1c2595dCopy full SHA for 1c2595d
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