diff --git a/build.sbt b/build.sbt index 5b19110..4a56301 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ publishTo := Some(Resolver.evolutionReleases) libraryDependencies ++= Seq( "com.evolutiongaming" %% "executor-tools" % "1.0.4", - "org.scalatest" %% "scalatest" % "3.2.19" % Test) + "org.scalatest" %% "scalatest" % "3.2.20" % Test) licenses := Seq(("MIT", url("https://opensource.org/licenses/MIT")))