Skip to content

Commit 281adb7

Browse files
committed
bump SNAPSHOT version
1 parent 86c0f76 commit 281adb7

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-25",
18+
version := "3.0-SNAPSHOT_2017-05-30",
1919
git.remoteRepo := "git@github.com:ucb-bar/chisel3.git",
2020
autoAPIMappings := true,
2121
scalaVersion := "2.11.11",
@@ -76,7 +76,7 @@ lazy val publishSettings = Seq (
7676
}
7777
)
7878

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

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

0 commit comments

Comments
 (0)