From 4dee9d2c6fadab7b0d44b75622fd3effd8ddcce3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 4 Jul 2024 17:37:20 +0000 Subject: [PATCH] Update specs2-core, specs2-mock to 4.20.8 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index b50f037..7eee84f 100644 --- a/build.sbt +++ b/build.sbt @@ -40,8 +40,8 @@ libraryDependencies ++= Seq( libraryDependencies ++= Seq( "org.scalatest" %% "scalatest" % "3.2.9" % "test", - "org.specs2" %% "specs2-core" % "4.11.0" % "test", - "org.specs2" %% "specs2-mock" % "4.11.0" % "test", + "org.specs2" %% "specs2-core" % "4.20.8" % "test", + "org.specs2" %% "specs2-mock" % "4.20.8" % "test", "commons-io" % "commons-io" % "2.8.0" % "test" )