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 663ef89 commit 63182edCopy full SHA for 63182ed
build.sbt
@@ -15,7 +15,7 @@ lazy val customUnidocSettings = unidocSettings ++ Seq (
15
16
lazy val commonSettings = Seq (
17
organization := "edu.berkeley.cs",
18
- version := "3.0-SNAPSHOT_2017-05-03",
+ version := "3.0-SNAPSHOT_2017-05-16",
19
git.remoteRepo := "git@github.com:ucb-bar/chisel3.git",
20
scalaVersion := "2.11.7",
21
autoAPIMappings := true,
@@ -76,7 +76,7 @@ lazy val publishSettings = Seq (
76
}
77
)
78
79
-val defaultVersions = Map("firrtl" -> "1.0-SNAPSHOT_2017-05-03")
+val defaultVersions = Map("firrtl" -> "1.0-SNAPSHOT_2017-05-16")
80
81
lazy val chiselSettings = Seq (
82
name := "chisel3",
0 commit comments