From 57ebafca9c7b6f0e1614f4a01c67f12a74ab43bd Mon Sep 17 00:00:00 2001 From: Jim Lawson Date: Wed, 18 Dec 2019 08:49:37 -0800 Subject: [PATCH] Bump versions for next release --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index e118ffae6..74420c9eb 100644 --- a/build.sbt +++ b/build.sbt @@ -29,7 +29,7 @@ def javacOptionsVersion(scalaVersion: String): Seq[String] = { organization := "edu.berkeley.cs" name := "chisel-testers2" -version := "0.1.1" +version := "0.1.2" scalaVersion := "2.12.6" @@ -82,8 +82,8 @@ publishTo := { // Provide a managed dependency on X if -DXVersion="" is supplied on the command line. val defaultVersions = Seq( - "chisel3" -> "3.2.1", - "treadle" -> "1.1.1" + "chisel3" -> "3.2.2", + "treadle" -> "1.1.2" ) libraryDependencies ++= defaultVersions.map { case (dep, ver) =>