diff --git a/build.sbt b/build.sbt index 9c6bfb4..ca05a66 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.1.4", - "com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.1.4", + "com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.1.5", + "com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.1.5", "org.yaml" % "snakeyaml" % "1.8" )