From 8ab19a2b3e6f2cd363971a0a2630749578aa781e Mon Sep 17 00:00:00 2001 From: Dolu1990 Date: Sun, 10 Mar 2019 11:15:46 +0100 Subject: [PATCH] SpinalHDL 1.3.2 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 1fa6636..826ef2f 100644 --- a/build.sbt +++ b/build.sbt @@ -7,8 +7,8 @@ scalaVersion := "2.11.12" EclipseKeys.withSource := true libraryDependencies ++= Seq( - "com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.3.1", - "com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.3.1" + "com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.3.2", + "com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.3.2" ) fork := true