diff --git a/build.sbt b/build.sbt index 3171726..f43ffd7 100644 --- a/build.sbt +++ b/build.sbt @@ -49,7 +49,7 @@ lazy val specs2 = crossProject(JSPlatform, JVMPlatform, NativePlatform) .dependsOn(core) .settings( name := "cats-effect-testing-specs2", - libraryDependencies += "org.specs2" %%% "specs2-core" % "4.20.9") + libraryDependencies += "org.specs2" %%% "specs2-core" % "4.23.0") .nativeSettings(tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> NativeVersionIntroduced).toMap) lazy val scalatest = crossProject(JSPlatform, JVMPlatform, NativePlatform)