Skip to content

Commit 8ee9e89

Browse files
committed
Bump versions
1 parent c4009dd commit 8ee9e89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

+3-3
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.1"
39+
version := "1.1.2"
4040

4141
scalaVersion := "2.11.12"
4242

@@ -55,8 +55,8 @@ scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-language:refle
5555

5656
// Provide a managed dependency on X if -DXVersion="" is supplied on the command line.
5757
val defaultVersions = Map(
58-
"chisel3" -> "3.1.1",
59-
"chisel-iotesters" -> "1.2.1"
58+
"chisel3" -> "3.1.2",
59+
"chisel-iotesters" -> "1.2.2"
6060
)
6161

6262
libraryDependencies ++= Seq(

0 commit comments

Comments
 (0)