From 2482d5b8f771f23fb78ebd705cb3c5920efbdd75 Mon Sep 17 00:00:00 2001 From: chick Date: Thu, 25 Jun 2020 09:31:21 -0700 Subject: [PATCH] bump versions --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index e7cb11e6..b75bd57b 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.4.1", + "chisel-iotesters" -> "1.4.2", "rocketchip" -> "1.3-SNAPSHOT", ) @@ -42,7 +42,7 @@ name := "dsptools" val commonSettings = Seq( organization := "edu.berkeley.cs", - version := "1.3.1", + version := "1.3.2", git.remoteRepo := "git@github.com:ucb-bar/dsptools.git", autoAPIMappings := true, scalaVersion := "2.12.10",