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, _)) =>