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 c28063d + b735885 commit ebf2814Copy full SHA for ebf2814
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.1",
+ version := "3.0.x",
36
git.remoteRepo := "git@github.com:freechipsproject/chisel3.git",
37
autoAPIMappings := true,
38
scalaVersion := "2.11.11",
0 commit comments