diff --git a/build.sbt b/build.sbt index 298bb6e47..4ff2e4dea 100644 --- a/build.sbt +++ b/build.sbt @@ -253,7 +253,7 @@ lazy val scalajavatimeTests = crossProject(JVMPlatform, JSPlatform, NativePlatfo Keys.`package` := file(""), Compile / skip := isDotty.value, libraryDependencies += - "org.scalatest" %%% "scalatest" % "3.2.11" % "test", + "org.scalatest" %%% "scalatest" % "3.2.12" % "test", scalacOptions ~= (_.filterNot( Set("-Wnumeric-widen", "-Ywarn-numeric-widen", "-Ywarn-value-discard", "-Wvalue-discard") ))