We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86c0f76 commit 281adb7Copy full SHA for 281adb7
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-25",
+ version := "3.0-SNAPSHOT_2017-05-30",
19
git.remoteRepo := "git@github.com:ucb-bar/chisel3.git",
20
autoAPIMappings := true,
21
scalaVersion := "2.11.11",
@@ -76,7 +76,7 @@ lazy val publishSettings = Seq (
76
}
77
)
78
79
-val defaultVersions = Map("firrtl" -> "1.0-SNAPSHOT_2017-05-16")
+val defaultVersions = Map("firrtl" -> "1.0-SNAPSHOT_2017-05-30")
80
81
lazy val chiselSettings = Seq (
82
name := "chisel3",
0 commit comments