Skip to content

Commit

Permalink
Update scalacheck to 1.14.2 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and juanpedromoreno committed Sep 26, 2019
1 parent 9da62f8 commit f045982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/ProjectPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ object ProjectPlugin extends AutoPlugin {

lazy val V = new {
val jodaTime: String = "2.10.4"
val scalacheck: String = "1.14.1"
val scalacheck: String = "1.14.2"
val scala211: String = "2.11.12"
val scala212: String = "2.12.10"
val scala213: String = "2.13.0"
Expand Down

0 comments on commit f045982

Please sign in to comment.