diff --git a/build.gradle.kts b/build.gradle.kts index 74f5418..b25385b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -61,7 +61,7 @@ dependencies { testImplementation("org.junit.platform:junit-platform-launcher:$junitPlatformVersion") testImplementation("org.junit.platform:junit-platform-testkit:$junitPlatformVersion") testImplementation("org.junit.platform:junit-platform-engine:1.6.0") - testImplementation("org.scalatest:scalatest_$testScalaLibraryVersion:3.3.0-SNAP3") + testImplementation("org.scalatest:scalatest_$testScalaLibraryVersion:3.3.0-SNAP4") testImplementation("org.scala-lang:scala-library:$testScalaVersion") testImplementation("org.mockito:mockito-core:4.11.0") }