This commit is contained in:
Charles Papon
2020-02-18 18:48:19 +01:00
parent 83ae9ff28b
commit 4c1ec24f9b

View File

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