Skip to content

Commit

Permalink
Merge pull request #539 from typelevel/update/series/1.x/specs2-core-…
Browse files Browse the repository at this point in the history
…4.20.5

Update specs2-core to 4.20.5 in series/1.x
  • Loading branch information
sh0hei authored Jan 24, 2024
2 parents 510f243 + 9d9fe4d commit 8a816cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ lazy val specs2 = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.dependsOn(core)
.settings(
name := "cats-effect-testing-specs2",
libraryDependencies += "org.specs2" %%% "specs2-core" % "4.20.4")
libraryDependencies += "org.specs2" %%% "specs2-core" % "4.20.5")
.nativeSettings(tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "1.5.0").toMap)

lazy val scalatest = crossProject(JSPlatform, JVMPlatform, NativePlatform)
Expand Down

0 comments on commit 8a816cc

Please sign in to comment.