From f10dabd253c0edfa08d9d464fad3dd5bfa639d66 Mon Sep 17 00:00:00 2001 From: Dolu1990 Date: Tue, 5 Dec 2017 15:58:05 +0100 Subject: [PATCH] SpinalHDL 0.11.5 update --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index ae96f2d..ea03025 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.4", - "com.github.spinalhdl" % "spinalhdl-lib_2.11" % "0.11.4", + "com.github.spinalhdl" % "spinalhdl-core_2.11" % "0.11.5", + "com.github.spinalhdl" % "spinalhdl-lib_2.11" % "0.11.5", "org.yaml" % "snakeyaml" % "1.8" )