Skip to content

Commit

Permalink
Bump firrtl
Browse files Browse the repository at this point in the history
  • Loading branch information
ucbjrl committed Mar 19, 2019
1 parent f03fbe4 commit 469957d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ name := "dsptools"

organization := "edu.berkeley.cs"

version := "1.1.7"
version := "1.1.8"

scalaVersion := "2.11.12"

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

// Provide a managed dependency on X if -DXVersion="" is supplied on the command line.
val defaultVersions = Map(
"chisel3" -> "3.1.6",
"chisel-iotesters" -> "1.2.8"
"chisel3" -> "3.1.7",
"chisel-iotesters" -> "1.2.9"
)

libraryDependencies ++= Seq(
Expand Down

0 comments on commit 469957d

Please sign in to comment.