Skip to content

Commit 84741e8

Browse files
committed
Bump versions for firrtl cherry-pick 833/859 lossage
1 parent b5ed17c commit 84741e8

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.4")
33+
val defaultVersions = Map("firrtl" -> "1.1.5")
3434

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

0 commit comments

Comments
 (0)