SpinalHDL 1.0.5

This commit is contained in:
Dolu1990
2017-12-22 23:19:42 +01:00
parent d4d59c7cc1
commit 7e6510833c
3 changed files with 5 additions and 5 deletions

View File

@@ -7,9 +7,10 @@ scalaVersion := "2.11.6"
EclipseKeys.withSource := true
libraryDependencies ++= Seq(
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.0.4",
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.0.4"
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.0.5",
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.0.5"
)
addCompilerPlugin("org.scala-lang.plugins" % "scala-continuations-plugin_2.11.6" % "1.0.2")
scalacOptions += "-P:continuations:enable"
fork := true