diff --git a/build.sbt b/build.sbt index 7f8b58192..d44a312ed 100644 --- a/build.sbt +++ b/build.sbt @@ -230,7 +230,7 @@ lazy val tests = crossProject(JVMPlatform, JSPlatform, NativePlatform) name := "tests", Keys.`package` := file(""), libraryDependencies += - "org.scalatest" %%% "scalatest" % "3.2.18" % Test, + "org.scalatest" %%% "scalatest" % "3.2.20" % Test, scalacOptions ~= (_.filterNot( Set("-Wnumeric-widen", "-Ywarn-numeric-widen", "-Ywarn-value-discard", "-Wvalue-discard") ))