From 8ee9e8926b4737343da89bc4bacc2a97f20c84bc Mon Sep 17 00:00:00 2001 From: Jim Lawson Date: Tue, 17 Jul 2018 14:09:59 -0700 Subject: [PATCH] Bump versions --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index d239bfa1..64ba7c9d 100644 --- a/build.sbt +++ b/build.sbt @@ -36,7 +36,7 @@ name := "dsptools" organization := "edu.berkeley.cs" -version := "1.1.1" +version := "1.1.2" scalaVersion := "2.11.12" @@ -55,8 +55,8 @@ scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-language:refle // Provide a managed dependency on X if -DXVersion="" is supplied on the command line. val defaultVersions = Map( - "chisel3" -> "3.1.1", - "chisel-iotesters" -> "1.2.1" + "chisel3" -> "3.1.2", + "chisel-iotesters" -> "1.2.2" ) libraryDependencies ++= Seq(