From 13cd788fdcdf4e0019b879eb2ba72cda543f8c2c Mon Sep 17 00:00:00 2001 From: Charles Papon Date: Wed, 22 May 2019 11:08:03 +0200 Subject: [PATCH] SpinalHDl 1.3.5 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 49e2d04..bade5f5 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.3", - "com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.3.3" + "com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.3.5", + "com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.3.5" ) fork := true