From 916938144702e064d5265473a8a7114de9f5ddf1 Mon Sep 17 00:00:00 2001 From: Jim Lawson Date: Sat, 3 Mar 2018 16:58:00 -0800 Subject: Bump SNAPSHOT version (#794) --- build.sbt | 4 ++-- 1 file 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", -- cgit v1.2.3