diff --git a/build.sbt b/build.sbt index f273cb30a..69e266f99 100644 --- a/build.sbt +++ b/build.sbt @@ -29,7 +29,7 @@ def javacOptionsVersion(scalaVersion: String): Seq[String] = { organization := "edu.berkeley.cs" name := "chiseltest" -version := "0.2.0-RC1" +version := "0.2.0-RC2" scalaVersion := "2.12.10" @@ -86,8 +86,8 @@ publishTo := { // Provide a managed dependency on X if -DXVersion="" is supplied on the command line. val defaultVersions = Seq( - "chisel3" -> "3.3.0-RC1", - "treadle" -> "1.2.0-RC1" + "chisel3" -> "3.3.0-RC2", + "treadle" -> "1.2.0-RC2" ) libraryDependencies ++= defaultVersions.map { case (dep, ver) =>