From 7b28549926345c996ed3fc6e9192770ab0f68cab Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 8 Sep 2023 15:33:54 +0000 Subject: [PATCH] Update scalatest to 3.2.17 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4007eb5..d04ba09 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.17" % Test ) }