Skip to content

Commit

Permalink
Update specs2-core, specs2-scalacheck to 4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 18, 2020
1 parent 155c4ca commit 7ba9498
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 @@ -45,8 +45,8 @@ lazy val project = Project("project", file("."))
"org.specs2" %% "specs2-scalacheck" % "3.10.0" % Test)
else
Seq(
"org.specs2" %% "specs2-core" % "4.8.3" % Test,
"org.specs2" %% "specs2-scalacheck" % "4.8.3" % Test)) ++
"org.specs2" %% "specs2-core" % "4.10.0" % Test,
"org.specs2" %% "specs2-scalacheck" % "4.10.0" % Test)) ++
Seq(
"org.scalacheck" %% "scalacheck" % "1.14.1" % Test,
"com.chuusai" %% "shapeless" % "2.3.3" % Test,
Expand Down

0 comments on commit 7ba9498

Please sign in to comment.