SpinalHDL 1.3.8

This commit is contained in:
Dolu1990
2020-01-10 15:50:47 +01:00
committed by GitHub
parent 13cd788fdc
commit 83ae9ff28b

View File

@@ -7,8 +7,8 @@ scalaVersion := "2.11.12"
EclipseKeys.withSource := true
libraryDependencies ++= Seq(
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.3.5",
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.3.5"
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.3.8",
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.3.8"
)
fork := true