diff --git a/build.sbt b/build.sbt index 232487a..5e56d9f 100644 --- a/build.sbt +++ b/build.sbt @@ -28,7 +28,7 @@ libraryDependencies ++= "org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2", "com.google.code.findbugs" % "jsr305" % "3.0.2" % "provided", "org.scalactic" %% "scalactic" % "3.2.19" % "test", - "org.scalatest" %% "scalatest" % "3.2.18" % "test" + "org.scalatest" %% "scalatest" % "3.2.19" % "test" ) scalafmtOnCompile := true