From f47d812d23abd32be470edc9e0d5a5cecb23bf4b Mon Sep 17 00:00:00 2001 From: Jim Lawson Date: Tue, 2 Jun 2020 16:41:32 -0700 Subject: Bump SNAPSHOT version. (#1458) --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.sbt') diff --git a/build.sbt b/build.sbt index cc8bbd03..0ad5d8f6 100644 --- a/build.sbt +++ b/build.sbt @@ -28,7 +28,7 @@ def javacOptionsVersion(scalaVersion: String): Seq[String] = { } } -val defaultVersions = Map("firrtl" -> "1.3-SNAPSHOT") +val defaultVersions = Map("firrtl" -> "1.4-SNAPSHOT") lazy val commonSettings = Seq ( resolvers ++= Seq( @@ -36,7 +36,7 @@ lazy val commonSettings = Seq ( Resolver.sonatypeRepo("releases") ), organization := "edu.berkeley.cs", - version := "3.3-SNAPSHOT", + version := "3.4-SNAPSHOT", autoAPIMappings := true, scalaVersion := "2.12.11", crossScalaVersions := Seq("2.12.11", "2.11.12"), -- cgit v1.2.3