SpinalHDL 1.4.3

This commit is contained in:
Dolu1990
2021-02-01 12:33:12 +01:00
parent fd7f2b7165
commit 754351b8a1

View File

@@ -1,7 +1,7 @@
name := "SpinalTemplateSbt"
version := "1.0"
scalaVersion := "2.11.12"
val spinalVersion = "1.4.2"
val spinalVersion = "1.4.3"
libraryDependencies ++= Seq(
"com.github.spinalhdl" % "spinalhdl-core_2.11" % spinalVersion,