diff --git a/build.sbt b/build.sbt index 615bce2..a9eee88 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ javacOptions ++= Seq("-source", "1.8", "-target", "1.8") libraryDependencies ++= Seq( "io.vavr" % "vavr" % "0.10.4", - "org.scalatest" %% "scalatest" % "3.2.17" % Test + "org.scalatest" %% "scalatest" % "3.2.18" % Test ) ScoverageKeys.coverageMinimumStmtTotal := 100.0