diff --git a/build.sbt b/build.sbt index fd83abe4b..ac9439d3d 100644 --- a/build.sbt +++ b/build.sbt @@ -212,7 +212,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.19" % Test, scalacOptions ~= (_.filterNot( Set("-Wnumeric-widen", "-Ywarn-numeric-widen", "-Ywarn-value-discard", "-Wvalue-discard") ))