Skip to content

Commit

Permalink
Update specs2-core, specs2-scalacheck to 4.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot committed Oct 16, 2020
1 parent d85e34b commit ff4f0f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ lazy val commonSettings = Seq(
"org.typelevel" %% "cats-laws" % "2.2.0" % Test,
"io.circe" %% "circe-testing" % "0.13.0" % Test,
"org.typelevel" %% "discipline-specs2" % "1.1.0" % Test,
"org.specs2" %% "specs2-core" % "4.10.4" % Test,
"org.specs2" %% "specs2-scalacheck" % "4.10.4" % Test,
"org.specs2" %% "specs2-core" % "4.10.5" % Test,
"org.specs2" %% "specs2-scalacheck" % "4.10.5" % Test,
"org.scalacheck" %% "scalacheck" % "1.14.3" % Test,
"io.chrisdavenport" %% "cats-scalacheck" % "0.3.0" % Test,
"org.scalatra.scalate" %% "scalate-core" % "1.9.6" % Test
Expand Down

0 comments on commit ff4f0f8

Please sign in to comment.