From 538571e7a03348c7127e6ba960488fcf9d68c2d4 Mon Sep 17 00:00:00 2001 From: Jim Lawson Date: Wed, 29 Apr 2020 11:23:20 -0700 Subject: [PATCH] Bump versions. --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index ff9b100d..32762c1f 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.0-RC3", + "chisel-iotesters" -> "1.4.0", "rocketchip" -> "1.3-20200310-SNAPSHOT", ) @@ -42,7 +42,7 @@ name := "dsptools" val commonSettings = Seq( organization := "edu.berkeley.cs", - version := "1.3.0-RC3", + version := "1.3.0", git.remoteRepo := "git@github.com:ucb-bar/dsptools.git", autoAPIMappings := true, scalaVersion := "2.12.10",