From 0476de8066cb4ef1d1269f0b2b2b4ad7300fafe5 Mon Sep 17 00:00:00 2001 From: Dolu1990 Date: Sun, 16 Sep 2018 10:16:43 +0200 Subject: [PATCH] Move to SpinalHDL 1.2.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 86d6ede..499e838 100644 --- a/build.sbt +++ b/build.sbt @@ -9,8 +9,8 @@ scalaVersion := "2.11.6" EclipseKeys.withSource := true libraryDependencies ++= Seq( - "com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.1.7", - "com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.1.7", + "com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.2.0", + "com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.2.0", "org.scalatest" % "scalatest_2.11" % "2.2.1", "org.yaml" % "snakeyaml" % "1.8" )