Skip to content

Commit

Permalink
Merge pull request #534 from scala-steward/update/specs2-core-4.12.0
Browse files Browse the repository at this point in the history
Update specs2-core, specs2-mock, ... to 4.12.0
  • Loading branch information
rossabaker authored May 22, 2021
2 parents 4ba9cf3 + f327796 commit 92b23ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Dependencies {
lazy val asyncHttpClient = "org.asynchttpclient" % "async-http-client" % "2.12.3"
lazy val log4s = "org.log4s" %% "log4s" % "1.10.0"
lazy val scalacheck = "org.scalacheck" %% "scalacheck" % "1.15.4"
lazy val specs2 = "org.specs2" %% "specs2-core" % "4.11.0"
lazy val specs2 = "org.specs2" %% "specs2-core" % "4.12.0"
lazy val specs2Mock = "org.specs2" %% "specs2-mock" % specs2.revision
lazy val specs2Scalacheck = "org.specs2" %% "specs2-scalacheck" % specs2.revision
}

0 comments on commit 92b23ab

Please sign in to comment.