Skip to content

Commit 1983108

Browse files
committed
Merge commit 'c1b58fdc' into 3.1.0
2 parents f1cc75f + c1b58fd commit 1983108

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
@@ -30,11 +30,11 @@ def javacOptionsVersion(scalaVersion: String): Seq[String] = {
3030
}
3131
}
3232

33-
val defaultVersions = Map("firrtl" -> "1.1.0-RC2")
33+
val defaultVersions = Map("firrtl" -> "1.1.0")
3434

3535
lazy val commonSettings = Seq (
3636
organization := "edu.berkeley.cs",
37-
version := "3.1.0-RC2",
37+
version := "3.1.0",
3838
git.remoteRepo := "git@github.com:freechipsproject/chisel3.git",
3939
autoAPIMappings := true,
4040
scalaVersion := "2.11.12",

0 commit comments

Comments
 (0)