Skip to content

Commit

Permalink
Update cats-effect-testing-specs2 to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niladic committed Jan 13, 2025
1 parent 7c6fe2b commit ed1065c
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 @@ -118,7 +118,7 @@ libraryDependencies ++= Seq(
specs2 % Test, // Play Plugin
"org.specs2" %% "specs2-scalacheck" % specs2Version % Test,
"org.scalacheck" %% "scalacheck" % "1.18.1" % Test,
"org.typelevel" %% "cats-effect-testing-specs2" % "1.5.0" % Test,
"org.typelevel" %% "cats-effect-testing-specs2" % "1.6.0" % Test,
)

// Sync with scala-steward pin
Expand Down

0 comments on commit ed1065c

Please sign in to comment.