diff --git a/build.gradle b/build.gradle index 4bd8c1f..e93401f 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.2.0" + testImplementation "org.scalatest:scalatest_${scalaVersion}:3.3.0-SNAP3" testImplementation "org.scalatestplus:junit-4-12_${scalaVersion}:3.1.3.0" testImplementation "junit:junit:4.13.2" }