From a94343b98acf09599022bcd505f49af0b6b1c4c6 Mon Sep 17 00:00:00 2001 From: Charles Papon Date: Sat, 17 Jun 2017 15:15:19 +0200 Subject: [PATCH] Update to SpinalHDL 0.10.14 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 033d47f..afa76ee 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ scalaVersion := "2.11.8" EclipseKeys.withSource := true libraryDependencies ++= Seq( - "com.github.spinalhdl" % "spinalhdl-core_2.11" % "0.10.13", - "com.github.spinalhdl" % "spinalhdl-lib_2.11" % "0.10.13", + "com.github.spinalhdl" % "spinalhdl-core_2.11" % "0.10.14", + "com.github.spinalhdl" % "spinalhdl-lib_2.11" % "0.10.14", "org.yaml" % "snakeyaml" % "1.8" ) \ No newline at end of file