diff --git a/build.gradle b/build.gradle index e7ebe35..c8b0d42 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ subprojects { dependencies { api "org.scala-lang:scala-library:${scalaLibraryVersion}" - testImplementation "org.scalatest:scalatest_${scalaVersion}:3.3.0-SNAP3" + testImplementation "org.scalatest:scalatest_${scalaVersion}:3.3.0-SNAP4" testImplementation "org.scalatestplus:junit-4-12_${scalaVersion}:3.1.3.0" testImplementation "junit:junit:4.13.2" }