diff options
| author | Jim Lawson | 2020-03-25 09:35:21 -0700 |
|---|---|---|
| committer | GitHub | 2020-03-25 16:35:21 +0000 |
| commit | 9995f081291d974a6b5ad319e67a9d19cdc4a56d (patch) | |
| tree | 351bcbc4cedc97ffbb219f043c4961e52d12ada7 /build.sbt | |
| parent | bdac6e1c55694f1562a56b2eb0716733bd2f1fc0 (diff) | |
Update scalatest 3.1.0 (#1383)
* Removed unused imports in src/test/
* Update ScalaTest deprecations.
* Update scalatest from 3.0.8 to 3.1.0; apply auto fix for deprecations
Co-authored-by: Jack Koenig <koenig@sifive.com>
Diffstat (limited to 'build.sbt')
| -rw-r--r-- | build.sbt | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -45,12 +45,8 @@ lazy val commonSettings = Seq( javacOptions ++= javacOptionsVersion(scalaVersion.value), libraryDependencies ++= Seq( "org.scala-lang" % "scala-reflect" % scalaVersion.value, - // sbt 1.2.6 fails with `Symbol 'term org.junit' is missing from the classpath` - // when compiling tests under 2.11.12 - // An explicit dependency on junit seems to alleviate this. - "junit" % "junit" % "4.13" % "test", - "org.scalatest" %% "scalatest" % "3.0.8" % "test", - "org.scalacheck" %% "scalacheck" % "1.14.3" % "test", + "org.scalatest" %% "scalatest" % "3.1.0" % "test", + "org.scalatestplus" %% "scalacheck-1-14" % "3.1.0.1" % "test", "com.github.scopt" %% "scopt" % "3.7.1", "net.jcazevedo" %% "moultingyaml" % "0.4.1", "org.json4s" %% "json4s-native" % "3.6.7", |
