summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.sbt4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index 952a2a4c..c08a3af9 100644
--- a/build.sbt
+++ b/build.sbt
@@ -30,11 +30,11 @@ def javacOptionsVersion(scalaVersion: String): Seq[String] = {
}
}
-val defaultVersions = Map("firrtl" -> "1.1-SNAPSHOT")
+val defaultVersions = Map("firrtl" -> "1.2-SNAPSHOT")
lazy val commonSettings = Seq (
organization := "edu.berkeley.cs",
- version := "3.1-SNAPSHOT",
+ version := "3.2-SNAPSHOT",
git.remoteRepo := "git@github.com:freechipsproject/chisel3.git",
autoAPIMappings := true,
scalaVersion := "2.11.12",