diff --git a/build.sbt b/build.sbt index 2c6848c..22668b4 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ scalaVersion := "2.11.8" EclipseKeys.withSource := true libraryDependencies ++= Seq( - "com.github.spinalhdl" % "spinalhdl-core_2.11" % "0.11.1", - "com.github.spinalhdl" % "spinalhdl-lib_2.11" % "0.11.1", + "com.github.spinalhdl" % "spinalhdl-core_2.11" % "0.11.2", + "com.github.spinalhdl" % "spinalhdl-lib_2.11" % "0.11.2", "org.yaml" % "snakeyaml" % "1.8" )