diff options
| author | Jim Lawson | 2020-06-02 16:41:32 -0700 |
|---|---|---|
| committer | GitHub | 2020-06-02 16:41:32 -0700 |
| commit | f47d812d23abd32be470edc9e0d5a5cecb23bf4b (patch) | |
| tree | f58e2b5236044e907cf16ac8a57df230b0fa9574 /build.sbt | |
| parent | d65013c43f0332e04dd47ce068837b52fbe14cc8 (diff) | |
Bump SNAPSHOT version. (#1458)
Diffstat (limited to 'build.sbt')
| -rw-r--r-- | build.sbt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"), |
