SpinalHDL 1.3.3

This commit is contained in:
Charles Papon
2019-04-25 17:59:53 +02:00
parent 8ab19a2b3e
commit 53b4595be9

View File

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