aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJack Koenig2020-11-10 12:52:27 -0800
committerGitHub2020-11-10 12:52:27 -0800
commitbbcee06d406c3755c10d41a71d69a69eb7d6f321 (patch)
tree00e205e6d48c91f5137d89568c29aab72b474329 /build.sbt
parent4c6993bf87dd6419e42387148c2b1d899e47fe73 (diff)
Bump SNAPSHOT version (#1947)
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 3a743b79..8c5aa8b5 100644
--- a/build.sbt
+++ b/build.sbt
@@ -20,7 +20,7 @@ def javacOptionsVersion(scalaVersion: String): Seq[String] = {
lazy val commonSettings = Seq(
organization := "edu.berkeley.cs",
name := "firrtl",
- version := "1.4-SNAPSHOT",
+ version := "1.5-SNAPSHOT",
scalaVersion := "2.12.12",
crossScalaVersions := Seq("2.13.2", "2.12.12", "2.11.12"),
addCompilerPlugin(scalafixSemanticdb),