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 1ca6333 commit 36d3893Copy full SHA for 36d3893
build.sbt
@@ -30,11 +30,11 @@ def javacOptionsVersion(scalaVersion: String): Seq[String] = {
30
}
31
32
33
-val defaultVersions = Map("firrtl" -> "1.1.1")
+val defaultVersions = Map("firrtl" -> "1.1.2")
34
35
lazy val commonSettings = Seq (
36
organization := "edu.berkeley.cs",
37
- version := "3.1.1",
+ version := "3.1.2",
38
git.remoteRepo := "git@github.com:freechipsproject/chisel3.git",
39
autoAPIMappings := true,
40
scalaVersion := "2.11.12",
0 commit comments