Skip to content

Commit

Permalink
Update specs2-cats, specs2-scalacheck to 4.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot authored Nov 12, 2021
1 parent 1baf38f commit f656409
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions project/dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ import sbt.plugins.JvmPlugin

object dependencies extends AutoPlugin {

private val common = List("org.specs2" %% "specs2-scalacheck" % "4.12.12" % Test)
private val common = List("org.specs2" %% "specs2-scalacheck" % "4.13.0" % Test)

private val parallel = on(2, 13) {
"org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.4" % Test
}

private val cats = List(
"org.typelevel" %% "cats-effect" % "3.2.9",
"org.typelevel" %% "cats-laws" % "2.6.1" % Test,
"org.typelevel" %% "discipline-specs2" % "1.3.0" % Test,
"org.specs2" %% "specs2-cats" % "4.12.12" % Test
"org.typelevel" %% "cats-laws" % "2.6.1" % Test,
"org.typelevel" %% "discipline-specs2" % "1.3.0" % Test,
"org.specs2" %% "specs2-cats" % "4.13.0" % Test
)

private val literal = Def.setting {
Expand All @@ -29,7 +29,7 @@ object dependencies extends AutoPlugin {
"org.tpolecat" %% "doobie-core" % "1.0.0-RC1",
"org.tpolecat" %% "doobie-specs2" % "1.0.0-RC1" % Test,
"org.tpolecat" %% "doobie-h2" % "1.0.0-RC1" % Test,
"org.specs2" %% "specs2-cats" % "4.12.12" % Test
"org.specs2" %% "specs2-cats" % "4.13.0" % Test
)

private val circe = List(
Expand Down

0 comments on commit f656409

Please sign in to comment.