diff options
| -rw-r--r-- | build.sbt | 2 | ||||
| -rw-r--r-- | build.sc | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -32,7 +32,7 @@ def javacOptionsVersion(scalaVersion: String): Seq[String] = { lazy val commonSettings = Seq( organization := "edu.berkeley.cs", name := "firrtl", - version := "1.3-SNAPSHOT", + version := "1.4-SNAPSHOT", scalaVersion := "2.12.11", crossScalaVersions := Seq("2.12.11", "2.11.12"), addCompilerPlugin(scalafixSemanticdb), @@ -16,7 +16,7 @@ class firrtlCrossModule(crossVersion: String) extends ScalaModule with SbtModule // 2.12.11 -> Array("2", "12", "10") -> "12" -> 12 private def majorVersion = crossVersion.split('.')(1).toInt - def publishVersion = "1.3-SNAPSHOT" + def publishVersion = "1.4-SNAPSHOT" def antlr4Version = "4.7.1" |
