From 4f4f0f26fe2aa54d1543b2f8d634de6e456c7c25 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 2 Aug 2024 12:59:26 +0200 Subject: [PATCH] Update specs2-core to 4.20.8 (#525) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1b82e6ab..b0bdec1c 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import sbtcrossproject.CrossPlugin.autoImport.crossProject lazy val scalatest = Def.setting("org.scalatest" %%% "scalatest" % "3.2.19") -lazy val specs2 = Def.setting("org.specs2" %%% "specs2-core" % "4.20.2") +lazy val specs2 = Def.setting("org.specs2" %%% "specs2-core" % "4.20.8") val commonSettings = Defaults.coreDefaultSettings ++ Seq( /**