From 7784d1fea1c24968945743a4da7a6df8a49a6490 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 20 Oct 2024 00:31:49 +0200 Subject: [PATCH] Update specs2-core to 4.20.9 (#522) --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 06cce6c14..e5de46b56 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,7 @@ lazy val core = project "com.typesafe.akka" %% "akka-http" % "10.2.10" % "test" cross CrossVersion.for3Use2_13, "com.typesafe.akka" %% "akka-stream" % "2.6.20" % "test" cross CrossVersion.for3Use2_13, "org.slf4j" % "slf4j-nop" % "2.0.16" % "test", - "org.specs2" %% "specs2-core" % "4.20.8" % "test" + "org.specs2" %% "specs2-core" % "4.20.9" % "test" ), mdocOut := file(".") ) @@ -46,7 +46,7 @@ lazy val config = project name := "scala-scraper-config", libraryDependencies ++= Seq( "com.typesafe" % "config" % "1.4.3", - "org.specs2" %% "specs2-core" % "4.20.8" % "test" + "org.specs2" %% "specs2-core" % "4.20.9" % "test" ) )