From 4f60470d7b187e8af8f0c757d6ad83548d3d6648 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 25 Jun 2024 00:17:50 +0000 Subject: [PATCH] Update scalatest to 3.2.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7283692..5db42e0 100644 --- a/build.sbt +++ b/build.sbt @@ -31,7 +31,7 @@ enablePlugins(ScriptedPlugin) libraryDependencies += "net.bzzt" % "reproducible-builds-jvm-stripper" % "0.10" libraryDependencies += "io.spray" %% "spray-json" % "1.3.6" -libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.18" % "test" +libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % "test" // Optional integration: addSbtPlugin("com.github.sbt" %% "sbt-native-packager" % "1.10.0" % Provided)