Skip to content

Commit b735885

Browse files
committed
Bump firrtl and dependent projects.
1 parent c28063d commit b735885

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def javacOptionsVersion(scalaVersion: String): Seq[String] = {
3232

3333
lazy val commonSettings = Seq (
3434
organization := "edu.berkeley.cs",
35-
version := "3.0.1",
35+
version := "3.0.2",
3636
git.remoteRepo := "git@github.com:freechipsproject/chisel3.git",
3737
autoAPIMappings := true,
3838
scalaVersion := "2.11.11",
@@ -92,7 +92,7 @@ lazy val publishSettings = Seq (
9292
}
9393
)
9494

95-
val defaultVersions = Map("firrtl" -> "1.0.+")
95+
val defaultVersions = Map("firrtl" -> "1.0.2")
9696

9797
lazy val chiselSettings = Seq (
9898
name := "chisel3",

0 commit comments

Comments
 (0)