From 45a926148bd87a383ee6e8c7aa87e6b9aeabd861 Mon Sep 17 00:00:00 2001 From: Jim Lawson Date: Tue, 11 Feb 2020 12:03:12 -0800 Subject: Bump sbt and tool/plugin dependencies. (#1332) --- build.sbt | 2 +- build.sc | 2 +- project/build.properties | 2 +- project/plugins.sbt | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.sbt b/build.sbt index 51a6b53d..be265361 100644 --- a/build.sbt +++ b/build.sbt @@ -106,7 +106,7 @@ lazy val chiselSettings = Seq ( libraryDependencies ++= Seq( "junit" % "junit" % "4.12" % "test", "org.scalatest" %% "scalatest" % "3.0.8" % "test", - "org.scalacheck" %% "scalacheck" % "1.14.0" % "test", + "org.scalacheck" %% "scalacheck" % "1.14.3" % "test", "com.github.scopt" %% "scopt" % "3.7.1" ), javacOptions ++= javacOptionsVersion(scalaVersion.value) diff --git a/build.sc b/build.sc index 9a1e50c0..f828479e 100644 --- a/build.sc +++ b/build.sc @@ -225,7 +225,7 @@ trait AbstractChiselModule extends PublishChiselModule with CommonBuild.BuildInf object test extends Tests { override def ivyDeps = Agg( ivy"org.scalatest::scalatest:3.0.8", - ivy"org.scalacheck::scalacheck:1.14.0" + ivy"org.scalacheck::scalacheck:1.14.3" ) def testFrameworks = Seq("org.scalatest.tools.Framework") diff --git a/project/build.properties b/project/build.properties index 8522443d..a919a9b5 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.3.2 +sbt.version=1.3.8 diff --git a/project/plugins.sbt b/project/plugins.sbt index 15515a73..6326ba99 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,11 +6,11 @@ resolvers += "jgit-repo" at "https://download.eclipse.org/jgit/maven" addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0") -addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1") +addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1") addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.1") -addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0") +addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0") -addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.1") +addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3") -- cgit v1.2.3