From f5521133122004ddc8c7051c9581062fd7da2b43 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:07:23 +0000 Subject: [PATCH] Update specs2-core to 4.20.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e9f0ac4..cee4639 100644 --- a/build.sbt +++ b/build.sbt @@ -33,7 +33,7 @@ Compile / doc / scalacOptions ++= { ) } -libraryDependencies ++= Seq("org.specs2" %% "specs2-core" % "4.20.8" % "test") +libraryDependencies ++= Seq("org.specs2" %% "specs2-core" % "4.20.9" % "test") // Scripted enablePlugins(SbtPlugin)