From 5d9cc11057ea444069db724e8c1da4de7f364fbf Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jun 2024 14:29:51 +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 1111317..5817054 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ crossScalaVersions := Seq("2.13.14", "2.12.19", "3.3.3") libraryDependencies ++= Seq( "com.typesafe" % "config" % "1.4.3", "commons-codec" % "commons-codec" % "1.15" , - "org.scalatest" %% "scalatest" % "3.2.18" % Test + "org.scalatest" %% "scalatest" % "3.2.19" % Test ) licenses := Seq(("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0")))