From 5a7d4981275134d3fd49f21a3d585f0c864a3805 Mon Sep 17 00:00:00 2001 From: Jim Lawson Date: Mon, 1 Jun 2020 14:42:53 -0700 Subject: [PATCH] Bump SNAPSHOT version. --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) =>