Skip to content

Commit

Permalink
Update discipline-specs2 to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot committed Nov 27, 2020
1 parent 837a0ce commit bcd7af6
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 @@ -49,7 +49,7 @@ object dependencies extends AutoPlugin {
Seq(
"org.typelevel" %% "cats-effect" % V.`cats-effect`.value % Provided,
"org.typelevel" %% "cats-laws" % "2.2.0" % Test,
"org.typelevel" %% "discipline-specs2" % "1.1.1" % Test,
"org.typelevel" %% "discipline-specs2" % "1.1.2" % Test,
"org.specs2" %% "specs2-cats" % "4.10.5" % Test
)
}
Expand All @@ -73,7 +73,7 @@ object dependencies extends AutoPlugin {
private val circe = Def.setting {
Seq(
"io.circe" %% "circe-core" % V.circe.value % Provided,
"org.typelevel" %% "discipline-specs2" % "1.1.1" % Test,
"org.typelevel" %% "discipline-specs2" % "1.1.2" % Test,
"io.circe" %% "circe-testing" % "0.13.0" % Test
)
}
Expand Down

0 comments on commit bcd7af6

Please sign in to comment.