Skip to content

Commit

Permalink
Update scalatest to 3.2.18 (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 24, 2024
1 parent 7c41b49 commit 4bc8ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4bc8ff3

Please sign in to comment.