From 4c1ec24f9b62d6e0b55e3634c1b1365b927fdea0 Mon Sep 17 00:00:00 2001 From: Charles Papon Date: Tue, 18 Feb 2020 18:48:19 +0100 Subject: [PATCH] boot --- build.sbt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index f36f961..41e24e4 100644 --- a/build.sbt +++ b/build.sbt @@ -7,8 +7,9 @@ scalaVersion := "2.11.12" EclipseKeys.withSource := true libraryDependencies ++= Seq( - "com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.3.8", - "com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.3.8" + "com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.3.9", + "com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.3.9", + compilerPlugin("com.github.spinalhdl" % "spinalhdl-idsl-plugin_2.11" % "1.3.9") ) fork := true