From fd7f2b71658a0ef178638ec329d5794be84d84d2 Mon Sep 17 00:00:00 2001 From: Dolu1990 Date: Thu, 15 Oct 2020 12:41:48 +0200 Subject: [PATCH] SpinalHDL 1.4.2 --- build.sbt | 2 +- project/build.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index d1410b1..152ea4e 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ name := "SpinalTemplateSbt" version := "1.0" scalaVersion := "2.11.12" -val spinalVersion = "1.4.0" +val spinalVersion = "1.4.2" libraryDependencies ++= Seq( "com.github.spinalhdl" % "spinalhdl-core_2.11" % spinalVersion, diff --git a/project/build.properties b/project/build.properties index 6adcdc7..0837f7a 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.3.3 +sbt.version=1.3.13