Skip to content

Commit 63182ed

Browse files
committed
bump release versions
1 parent 663ef89 commit 63182ed

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
@@ -15,7 +15,7 @@ lazy val customUnidocSettings = unidocSettings ++ Seq (
1515

1616
lazy val commonSettings = Seq (
1717
organization := "edu.berkeley.cs",
18-
version := "3.0-SNAPSHOT_2017-05-03",
18+
version := "3.0-SNAPSHOT_2017-05-16",
1919
git.remoteRepo := "git@github.com:ucb-bar/chisel3.git",
2020
scalaVersion := "2.11.7",
2121
autoAPIMappings := true,
@@ -76,7 +76,7 @@ lazy val publishSettings = Seq (
7676
}
7777
)
7878

79-
val defaultVersions = Map("firrtl" -> "1.0-SNAPSHOT_2017-05-03")
79+
val defaultVersions = Map("firrtl" -> "1.0-SNAPSHOT_2017-05-16")
8080

8181
lazy val chiselSettings = Seq (
8282
name := "chisel3",

0 commit comments

Comments
 (0)