From 3cd200f9b69f08a0d82f94fe7912801903a84c12 Mon Sep 17 00:00:00 2001 From: Dolu1990 Date: Mon, 9 Mar 2020 00:56:45 +0100 Subject: [PATCH] Update build.sbt --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 41e24e4..549ca90 100644 --- a/build.sbt +++ b/build.sbt @@ -7,9 +7,9 @@ scalaVersion := "2.11.12" EclipseKeys.withSource := true libraryDependencies ++= Seq( - "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") + "com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.4.0", + "com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.4.0", + compilerPlugin("com.github.spinalhdl" % "spinalhdl-idsl-plugin_2.11" % "1.4.0") ) fork := true