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 ebf2814 commit 20f204cCopy full SHA for 20f204c
build.sbt
@@ -32,7 +32,7 @@ def javacOptionsVersion(scalaVersion: String): Seq[String] = {
32
33
lazy val commonSettings = Seq (
34
organization := "edu.berkeley.cs",
35
- version := "3.0.x",
+ version := "3.0-RELEASE-SNAPSHOT",
36
git.remoteRepo := "git@github.com:freechipsproject/chisel3.git",
37
autoAPIMappings := true,
38
scalaVersion := "2.11.11",
@@ -92,7 +92,7 @@ lazy val publishSettings = Seq (
92
}
93
)
94
95
-val defaultVersions = Map("firrtl" -> "1.0.+")
+val defaultVersions = Map("firrtl" -> "1.0-RELEASE-SNAPSHOT")
96
97
lazy val chiselSettings = Seq (
98
name := "chisel3",
0 commit comments