From 280d9042f1c44285bc860db9ccf7f369822f43d5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jun 2024 11:15:06 +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 4007eb5..99928b6 100644 --- a/build.sbt +++ b/build.sbt @@ -45,7 +45,7 @@ libraryDependencies ++= { "org.backuity.clist" %% "clist-core" % "3.5.1", "org.backuity.clist" %% "clist-macros" % "3.5.1" % "provided", "com.outr" %% "scribe-slf4j" % "2.8.3", - "org.scalatest" %% "scalatest" % "3.2.14" % Test + "org.scalatest" %% "scalatest" % "3.2.19" % Test ) }