From e65e20470550f9300027f70d1ae19752da98bd2f Mon Sep 17 00:00:00 2001 From: chick Date: Wed, 2 Dec 2020 10:18:09 -0800 Subject: [PATCH] Bump version strings. --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 41901466..9724774c 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.1", + "chisel-iotesters" -> "1.5.2", "rocketchip" -> "1.2-SNAPSHOT" ) @@ -42,7 +42,7 @@ name := "dsptools" val commonSettings = Seq( organization := "edu.berkeley.cs", - version := "1.4.1", + version := "1.4.2", git.remoteRepo := "git@github.com:ucb-bar/dsptools.git", autoAPIMappings := true, scalaVersion := "2.12.10",