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(