From 4bc8ff3135dbb61f33a26f30c5e9e880358de2fa Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sat, 24 Feb 2024 21:25:00 +0100 Subject: [PATCH] Update scalatest to 3.2.18 (#198) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1cc5a95..35a652d 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.17" % Test + "org.scalatest" %% "scalatest" % "3.2.18" % Test ) enablePlugins(ScriptedPlugin)