From 53b4595be9fdf508711df0ad38293e71d752f028 Mon Sep 17 00:00:00 2001 From: Charles Papon Date: Thu, 25 Apr 2019 17:59:53 +0200 Subject: [PATCH] SpinalHDL 1.3.3 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 826ef2f..49e2d04 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.2", - "com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.3.2" + "com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.3.3", + "com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.3.3" ) fork := true