From 15463a6276718d213fbccf38e1e03fa9d74485f3 Mon Sep 17 00:00:00 2001 From: Dolu1990 Date: Sun, 17 Dec 2017 19:36:18 +0100 Subject: [PATCH] spinalhdl 1.0.1 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" )