diff --git a/build.sbt b/build.sbt index 9724774c..6cca09eb 100644 --- a/build.sbt +++ b/build.sbt @@ -34,7 +34,7 @@ def javacOptionsVersion(scalaVersion: String): Seq[String] = { // Provide a managed dependency on X if -DXVersion="" is supplied on the command line. val defaultVersions = Map( - "chisel-iotesters" -> "1.5.2", + "chisel-iotesters" -> "1.5.3", "rocketchip" -> "1.2-SNAPSHOT" ) @@ -42,7 +42,7 @@ name := "dsptools" val commonSettings = Seq( organization := "edu.berkeley.cs", - version := "1.4.2", + version := "1.4.3", git.remoteRepo := "git@github.com:ucb-bar/dsptools.git", autoAPIMappings := true, scalaVersion := "2.12.10",