We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4655343 commit 652fc4cCopy full SHA for 652fc4c
build.sbt
@@ -30,11 +30,11 @@ def javacOptionsVersion(scalaVersion: String): Seq[String] = {
30
}
31
32
33
-val defaultVersions = Map("firrtl" -> "1.1-SNAPSHOT")
+val defaultVersions = Map("firrtl" -> "1.1-RELEASE-SNAPSHOT")
34
35
lazy val commonSettings = Seq (
36
organization := "edu.berkeley.cs",
37
- version := "3.1-SNAPSHOT",
+ version := "3.1-RELEASE-SNAPSHOT",
38
git.remoteRepo := "git@github.com:freechipsproject/chisel3.git",
39
autoAPIMappings := true,
40
scalaVersion := "2.11.12",
0 commit comments