From 63ec04010206358e3ab48d8a5ca7d9b8fe8be311 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 7 Jan 2023 14:55:38 +0000 Subject: [PATCH] Update scalatest to 3.2.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4007eb5..b8795f9 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.15" % Test ) }