From 2efcd4944de77e4ae331d26d652d73d21a3fc274 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 25 Sep 2025 15:52:07 +0000 Subject: [PATCH] Update specs2-core, specs2-scalacheck to 4.22.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 824e1d3b..692616e8 100644 --- a/build.sbt +++ b/build.sbt @@ -176,8 +176,8 @@ lazy val core = crossProject(JSPlatform, JVMPlatform) fork := false, libraryDependencies ++= Seq( "org.typelevel" %%% "cats-core" % "2.6.1", - "org.specs2" %%% "specs2-core" % "4.19.2" % "test", - "org.specs2" %%% "specs2-scalacheck" % "4.19.2" % "test" + "org.specs2" %%% "specs2-core" % "4.22.0" % "test", + "org.specs2" %%% "specs2-scalacheck" % "4.22.0" % "test" ) ++ (CrossVersion.partialVersion(scalaVersion.value) match { case Some((3, _)) => Nil case Some((2, _)) =>