diff options
| author | Scala Steward | 2021-11-20 10:03:32 +0100 |
|---|---|---|
| committer | GitHub | 2021-11-20 09:03:32 +0000 |
| commit | ededfcfb546187cf1d0f9675fbb5e44a7aecc411 (patch) | |
| tree | 8ecd19595cc6896017afdfcdc6d2261691779e4c /build.sbt | |
| parent | 0fe40e61d75702123678d0d32bf2cb3f9d5379da (diff) | |
Update scalacheck-1-14, ... to 3.2.1.0 (#1850)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Diffstat (limited to 'build.sbt')
| -rw-r--r-- | build.sbt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -29,8 +29,8 @@ lazy val firrtlSettings = Seq( javacOptions ++= Seq("-source", "1.8", "-target", "1.8"), libraryDependencies ++= Seq( "org.scala-lang" % "scala-reflect" % scalaVersion.value, - "org.scalatest" %% "scalatest" % "3.2.9" % "test", - "org.scalatestplus" %% "scalacheck-1-14" % "3.1.3.0" % "test", + "org.scalatest" %% "scalatest" % "3.2.10" % "test", + "org.scalatestplus" %% "scalacheck-1-15" % "3.2.10.0" % "test", "com.github.scopt" %% "scopt" % "3.7.1", "net.jcazevedo" %% "moultingyaml" % "0.4.2", "org.json4s" %% "json4s-native" % "3.6.12", |
