diff --git a/build.sbt b/build.sbt index 0a22d52..455d79e 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ sbtPlugin := true pluginCrossBuild / sbtVersion := "1.3.9" // minimum version we target because of using Native.load, see https://github.com/Philippus/sbt-dotenv/issues/81 libraryDependencies ++= Seq( - "org.scalatest" %% "scalatest" % "3.2.16" % Test + "org.scalatest" %% "scalatest" % "3.2.17" % Test ) enablePlugins(ScriptedPlugin)