Skip to content

Commit 79981cf

Browse files
committed
Bump versions.
1 parent 495578b commit 79981cf

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

build.sbt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def javacOptionsVersion(scalaVersion: String): Seq[String] = {
3535
}
3636

3737
organization := "edu.berkeley.cs"
38-
version := "1.2.3"
38+
version := "1.2.4"
3939
name := "Chisel.iotesters"
4040

4141
scalaVersion := "2.11.12"
@@ -45,10 +45,10 @@ crossScalaVersions := Seq("2.11.12", "2.12.4")
4545
// Provide a managed dependency on X if -DXVersion="" is supplied on the command line.
4646
// The following are the release versions, not the default development versions.
4747
val defaultVersions = Map(
48-
"chisel3" -> "3.1.2",
49-
"firrtl" -> "1.1.2",
50-
"firrtl-interpreter" -> "1.1.2",
51-
"treadle" -> "1.0.0"
48+
"chisel3" -> "3.1.3",
49+
"firrtl" -> "1.1.3",
50+
"firrtl-interpreter" -> "1.1.3",
51+
"treadle" -> "1.0.1"
5252
)
5353

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

0 commit comments

Comments
 (0)