Skip to content

Commit

Permalink
Bump SNAPSHOT version (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
ucbjrl authored Mar 4, 2018
1 parent 531dd6c commit 9169381
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9169381

Please sign in to comment.