Skip to content

Commit

Permalink
Update specs2-cats, specs2-core, ... to 4.20.7 (#271)
Browse files Browse the repository at this point in the history
Co-authored-by: dwolla-oss-scala-steward[bot] <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com>
  • Loading branch information
dwolla-oss-scala-steward[bot] and dwolla-oss-scala-steward[bot] authored Jun 12, 2024
1 parent c4a1e07 commit 579bd02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbt._

object Dependencies {
val specs2Core = "org.specs2" %% "specs2-core" % "4.20.6"
val specs2Core = "org.specs2" %% "specs2-core" % "4.20.7"
val specs2Scalacheck = "org.specs2" %% "specs2-scalacheck" % specs2Core.revision
val specs2Cats = "org.specs2" %% "specs2-cats" % specs2Core.revision
val specs2CatsEffect = "org.typelevel" %% "cats-effect-testing-specs2" % "1.5.0"
Expand Down

0 comments on commit 579bd02

Please sign in to comment.