aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorScala Steward2020-08-12 22:31:10 +0200
committerGitHub2020-08-12 20:31:10 +0000
commit9de80fb0576077ecc6a83fe6ea8aa43249a0ab53 (patch)
tree082af1ca18569ede612a8543eca7f55c9da66fbc /build.sbt
parentfa3dcce6a448de3d17538c54ca12ba099c950071 (diff)
Update scalacheck-1-14, ... to 3.1.3.0 (#1837)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 9bbf3c96..7c877761 100644
--- a/build.sbt
+++ b/build.sbt
@@ -36,7 +36,7 @@ lazy val commonSettings = Seq(
libraryDependencies ++= Seq(
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
"org.scalatest" %% "scalatest" % "3.2.1" % "test",
- "org.scalatestplus" %% "scalacheck-1-14" % "3.1.1.1" % "test",
+ "org.scalatestplus" %% "scalacheck-1-14" % "3.1.3.0" % "test",
"com.github.scopt" %% "scopt" % "3.7.1",
"net.jcazevedo" %% "moultingyaml" % "0.4.2",
"org.json4s" %% "json4s-native" % "3.6.8",