diff --git a/build.sbt b/build.sbt index 7b6be30..8da4966 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ def javacOptionsVersion(scalaVersion: String): Seq[String] = { organization := "edu.berkeley.cs" -version := "3.3-SNAPSHOT" +version := "3.4-SNAPSHOT" name := "chisel-tutorial" @@ -39,7 +39,7 @@ scalacOptions ++= Seq("-deprecation", "-feature", "-unchecked", "-language:refle // Provide a managed dependency on X if -DXVersion="" is supplied on the command line. // The following are the default development versions, not the "release" versions. val defaultVersions = Seq( - "chisel-iotesters" -> "1.4-SNAPSHOT" + "chisel-iotesters" -> "1.5-SNAPSHOT" ) libraryDependencies ++= defaultVersions.map { case (dep, ver) =>