From b40dc06b2942d17a08a9268f3d135cb0c6d6e4f2 Mon Sep 17 00:00:00 2001 From: Charles Papon Date: Sat, 18 May 2019 19:56: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 1db0792..82b7e08 100644 --- a/build.sbt +++ b/build.sbt @@ -7,8 +7,8 @@ lazy val root = (project in file(".")). version := "2.0.0" )), libraryDependencies ++= Seq( - "com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.3.4", - "com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.3.4", + "com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.3.5", + "com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.3.5", "org.scalatest" % "scalatest_2.11" % "2.2.1", "org.yaml" % "snakeyaml" % "1.8" ),