diff --git a/build.sbt b/build.sbt index 74f7c6a..91bac9e 100644 --- a/build.sbt +++ b/build.sbt @@ -27,8 +27,8 @@ libraryDependencies ++= Seq( "org.scala-lang.modules" % "scala-xml_2.12" % "1.3.0", "com.thoughtworks.binding" %%% "dom" % "11.9.0", "com.thoughtworks.binding" %%% "route" % "11.9.0", - "org.scalatest" %%% "scalatest" % "3.2.8" % "test", - "org.scalatest" %% "scalatest" % "3.2.8" % "test" // FIXME: https://github.com/scalatest/scalatest/issues/911 + "org.scalatest" %%% "scalatest" % "3.2.19" % "test", + "org.scalatest" %% "scalatest" % "3.2.19" % "test" // FIXME: https://github.com/scalatest/scalatest/issues/911 ) scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature")