Skip to content

Commit edb6623

Browse files
Update specs2-core to 4.23.0 in series/1.x
1 parent 72f818c commit edb6623

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ lazy val specs2 = crossProject(JSPlatform, JVMPlatform, NativePlatform)
4949
.dependsOn(core)
5050
.settings(
5151
name := "cats-effect-testing-specs2",
52-
libraryDependencies += "org.specs2" %%% "specs2-core" % "4.20.9")
52+
libraryDependencies += "org.specs2" %%% "specs2-core" % "4.23.0")
5353
.nativeSettings(tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> NativeVersionIntroduced).toMap)
5454

5555
lazy val scalatest = crossProject(JSPlatform, JVMPlatform, NativePlatform)

0 commit comments

Comments
 (0)