diff --git a/build.sbt b/build.sbt index 7fd8595..f130951 100644 --- a/build.sbt +++ b/build.sbt @@ -9,8 +9,8 @@ scalaVersion := "2.11.6" EclipseKeys.withSource := true libraryDependencies ++= Seq( - "com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.0.0", - "com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.0.0", + "com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.0.1", + "com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.0.1", "org.yaml" % "snakeyaml" % "1.8" )