Skip to content

Commit

Permalink
Update specs2-cats, specs2-scalacheck to 4.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot authored Jan 24, 2024
1 parent 8762331 commit ff72e82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ object dependencies extends AutoPlugin {

val commonSettings: Seq[Def.Setting[_]] = Seq(
libraryDependencies ++= Seq(
"org.specs2" %% "specs2-scalacheck" % "4.20.4" % Test
"org.specs2" %% "specs2-scalacheck" % "4.20.5" % Test
) ++ (CrossVersion.partialVersion(scalaVersion.value) match {
case Some((2, major)) if major <= 12 =>
Seq()
Expand All @@ -28,7 +28,7 @@ object dependencies extends AutoPlugin {
"org.typelevel" %% "cats-effect" % "3.5.3",
"org.typelevel" %% "cats-laws" % "2.10.0" % Test,
"org.typelevel" %% "discipline-specs2" % "1.4.0" % Test,
"org.specs2" %% "specs2-cats" % "4.20.4" % Test
"org.specs2" %% "specs2-cats" % "4.20.5" % Test
)

val literalSettings: Seq[Def.Setting[_]] = Seq(
Expand Down

0 comments on commit ff72e82

Please sign in to comment.