Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ucbjrl committed Jul 17, 2018
1 parent a6e75af commit c2b33e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def javacOptionsVersion(scalaVersion: String): Seq[String] = {
}

organization := "edu.berkeley.cs"
version := "1.2.1"
version := "1.2.2"
name := "Chisel.iotesters"

scalaVersion := "2.11.12"
Expand All @@ -45,9 +45,9 @@ crossScalaVersions := Seq("2.11.12", "2.12.4")
// Provide a managed dependency on X if -DXVersion="" is supplied on the command line.
// The following are the release versions, not the default development versions.
val defaultVersions = Map(
"chisel3" -> "3.1.1",
"firrtl" -> "1.1.1",
"firrtl-interpreter" -> "1.1.1"
"chisel3" -> "3.1.2",
"firrtl" -> "1.1.2",
"firrtl-interpreter" -> "1.1.2"
)

libraryDependencies ++= Seq("chisel3","firrtl","firrtl-interpreter").map { dep: String =>
Expand Down

0 comments on commit c2b33e1

Please sign in to comment.