From 5e22e4d709f7a6da7bf6c0d3e6ac44ae4a7a1190 Mon Sep 17 00:00:00 2001 From: Dolu1990 Date: Sat, 6 Jan 2018 22:10:56 +0100 Subject: [PATCH] SpinalHDL 1.1.2 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index e6bbcdd..a99d33b 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.1", - "com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.1.1" + "com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.1.2", + "com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.1.2" ) addCompilerPlugin("org.scala-lang.plugins" % "scala-continuations-plugin_2.11.6" % "1.0.2")