diff options
| author | Jim Lawson | 2018-03-03 16:58:00 -0800 |
|---|---|---|
| committer | GitHub | 2018-03-03 16:58:00 -0800 |
| commit | 916938144702e064d5265473a8a7114de9f5ddf1 (patch) | |
| tree | bae6cf941535c73d9c42d9389c6c689977409084 | |
| parent | 531dd6cb7a91b9bb642368d792e9c5e0c1c72089 (diff) | |
Bump SNAPSHOT version (#794)
| -rw-r--r-- | build.sbt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,11 +30,11 @@ def javacOptionsVersion(scalaVersion: String): Seq[String] = { } } -val defaultVersions = Map("firrtl" -> "1.1-SNAPSHOT") +val defaultVersions = Map("firrtl" -> "1.2-SNAPSHOT") lazy val commonSettings = Seq ( organization := "edu.berkeley.cs", - version := "3.1-SNAPSHOT", + version := "3.2-SNAPSHOT", git.remoteRepo := "git@github.com:freechipsproject/chisel3.git", autoAPIMappings := true, scalaVersion := "2.11.12", |
