Skip to content

Commit

Permalink
Bump versions for firrtl cherry-pick 833/859 lossage
Browse files Browse the repository at this point in the history
  • Loading branch information
ucbjrl committed Dec 14, 2018
1 parent b5ed17c commit 84741e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ def javacOptionsVersion(scalaVersion: String): Seq[String] = {
}
}

val defaultVersions = Map("firrtl" -> "1.1.4")
val defaultVersions = Map("firrtl" -> "1.1.5")

lazy val commonSettings = Seq (
organization := "edu.berkeley.cs",
version := "3.1.4",
version := "3.1.5",
git.remoteRepo := "git@github.com:freechipsproject/chisel3.git",
autoAPIMappings := true,
scalaVersion := "2.11.12",
Expand Down

0 comments on commit 84741e8

Please sign in to comment.