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 d58e477 + e96bd15 commit 6479550Copy full SHA for 6479550
build.gradle.kts
@@ -61,7 +61,7 @@ dependencies {
61
testImplementation("org.junit.platform:junit-platform-launcher:$junitPlatformVersion")
62
testImplementation("org.junit.jupiter:junit-jupiter-engine:$junitJupiterVersion")
63
testImplementation("org.junit.platform:junit-platform-engine:1.6.0")
64
- testImplementation("org.scalatest:scalatest_$testScalaLibraryVersion:3.2.0")
+ testImplementation("org.scalatest:scalatest_$testScalaLibraryVersion:3.3.0-SNAP3")
65
testImplementation("org.scala-lang:scala-library:$testScalaVersion")
66
testImplementation("org.mockito:mockito-core:3.7.0")
67
}
0 commit comments