Skip to content

Commit

Permalink
Update specs2-cats, specs2-scalacheck to 4.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot authored Aug 5, 2020
1 parent 9b0979c commit 0c4712b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ object dependencies extends AutoPlugin {
}
// scala-steward:on

private val common = Seq("org.specs2" %% "specs2-scalacheck" % "4.10.1" % Test)
private val common = Seq("org.specs2" %% "specs2-scalacheck" % "4.10.2" % Test)

private val parallel = on(2, 13) {
"org.scala-lang.modules" %% "scala-parallel-collections" % "0.2.0" % Test
Expand All @@ -43,7 +43,7 @@ object dependencies extends AutoPlugin {
"org.typelevel" %% "cats-effect" % V.`cats-effect`.value % Provided,
"org.typelevel" %% "cats-laws" % "2.1.1" % Test,
"org.typelevel" %% "discipline-specs2" % "1.1.0" % Test,
"org.specs2" %% "specs2-cats" % "4.10.1" % Test
"org.specs2" %% "specs2-cats" % "4.10.2" % Test
)
}

Expand All @@ -59,7 +59,7 @@ object dependencies extends AutoPlugin {
"org.tpolecat" %% "doobie-core" % V.doobie.value % Provided,
"org.tpolecat" %% "doobie-specs2" % "0.9.0" % Test,
"org.tpolecat" %% "doobie-h2" % "0.9.0" % Test,
"org.specs2" %% "specs2-cats" % "4.10.1" % Test
"org.specs2" %% "specs2-cats" % "4.10.2" % Test
)
}

Expand Down

0 comments on commit 0c4712b

Please sign in to comment.