From e684a095ae1fa548372a47e408af1b6fc50f19eb Mon Sep 17 00:00:00 2001 From: chick Date: Thu, 25 Jun 2020 09:31:21 -0700 Subject: [PATCH] bump versions --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index cbd37a042..2cb140665 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.1" +version := "0.2.2" 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.1", - "treadle" -> "1.2.1" + "chisel3" -> "3.3.2", + "treadle" -> "1.2.2" ) libraryDependencies ++= defaultVersions.map { case (dep, ver) =>