summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt4
1 files changed, 2 insertions, 2 deletions
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"),