From 1c206900f18117eddf3a8dc22904ed87499eec34 Mon Sep 17 00:00:00 2001 From: Scala Steward <2517319+scala-steward-bot@users.noreply.github.com> Date: Thu, 10 Aug 2023 15:19:52 +0000 Subject: [PATCH] Update specs2-core to 4.20.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 19fbdbe..faa0641 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ Compile / doc / scalacOptions ++= { ) } -libraryDependencies ++= Seq("org.specs2" %% "specs2-core" % "4.20.1" % "test") +libraryDependencies ++= Seq("org.specs2" %% "specs2-core" % "4.20.2" % "test") // Scripted enablePlugins(SbtPlugin)