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