Skip to content

Commit

Permalink
Update scalacheck to 1.14.1 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and kailuowang committed Sep 18, 2019
1 parent 8db6b69 commit 5f72dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ lazy val project = Project("project", file("."))
"org.specs2" %% "specs2-core" % "4.5.1" % Test,
"org.specs2" %% "specs2-scalacheck" % "4.5.1" % Test)) ++
Seq(
"org.scalacheck" %% "scalacheck" % "1.14.0" % Test,
"org.scalacheck" %% "scalacheck" % "1.14.1" % Test,
"com.chuusai" %% "shapeless" % "2.3.3" % Test,
"com.typesafe" % "config" % "1.3.4",
"org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided,
Expand Down

0 comments on commit 5f72dc3

Please sign in to comment.