From 5a70bcd8bc0a0c5a6a83081b47ead1392a0c8a76 Mon Sep 17 00:00:00 2001 From: Dolu1990 Date: Sat, 8 Sep 2018 16:01:31 +0200 Subject: [PATCH] 1.1.6 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 593a205..5e66632 100644 --- a/build.sbt +++ b/build.sbt @@ -7,8 +7,8 @@ scalaVersion := "2.11.6" EclipseKeys.withSource := true libraryDependencies ++= Seq( - "com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.1.5", - "com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.1.5" + "com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.1.6", + "com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.1.6" ) addCompilerPlugin("org.scala-lang.plugins" % "scala-continuations-plugin_2.11.6" % "1.0.2")