diff options
| author | Scala Steward | 2020-08-12 22:31:10 +0200 |
|---|---|---|
| committer | GitHub | 2020-08-12 20:31:10 +0000 |
| commit | 9de80fb0576077ecc6a83fe6ea8aa43249a0ab53 (patch) | |
| tree | 082af1ca18569ede612a8543eca7f55c9da66fbc /build.sbt | |
| parent | fa3dcce6a448de3d17538c54ca12ba099c950071 (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.sbt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |
