SpinalHDL 1.3.2

This commit is contained in:
Dolu1990
2019-03-10 11:15:46 +01:00
parent 9ff9388be2
commit 8ab19a2b3e

View File

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