Skip to content

Commit a62cdc7

Browse files
committed
Bump chisel-iotesters, dsptools versions
1 parent b91410c commit a62cdc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ name := "dsptools"
3636

3737
organization := "edu.berkeley.cs"
3838

39-
version := "1.1.3"
39+
version := "1.1.4"
4040

4141
scalaVersion := "2.11.12"
4242

@@ -56,7 +56,7 @@ scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-language:refle
5656
// Provide a managed dependency on X if -DXVersion="" is supplied on the command line.
5757
val defaultVersions = Map(
5858
"chisel3" -> "3.1.3",
59-
"chisel-iotesters" -> "1.2.4"
59+
"chisel-iotesters" -> "1.2.5"
6060
)
6161

6262
libraryDependencies ++= Seq(

0 commit comments

Comments
 (0)