Skip to content

Commit

Permalink
Update specs2-core, specs2-mock, ... to 4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 22, 2021
1 parent 4ba9cf3 commit f327796
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 f327796

Please sign in to comment.