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.
2 parents 9fd9433 + 10751f5 commit a39a6b4Copy full SHA for a39a6b4
build.sbt
@@ -30,11 +30,11 @@ def javacOptionsVersion(scalaVersion: String): Seq[String] = {
30
}
31
32
33
-val defaultVersions = Map("firrtl" -> "1.1-RELEASE-SNAPSHOT")
+val defaultVersions = Map("firrtl" -> "1.1-SNAPSHOT")
34
35
lazy val commonSettings = Seq (
36
organization := "edu.berkeley.cs",
37
- version := "3.1-RELEASE-SNAPSHOT",
+ version := "3.1-SNAPSHOT",
38
git.remoteRepo := "git@github.com:freechipsproject/chisel3.git",
39
autoAPIMappings := true,
40
scalaVersion := "2.11.12",
0 commit comments