SpinalHDL 1.1.2

This commit is contained in:
Dolu1990
2018-01-06 22:10:56 +01:00
parent 54ce67d40e
commit 5e22e4d709

View File

@@ -7,8 +7,8 @@ scalaVersion := "2.11.6"
EclipseKeys.withSource := true
libraryDependencies ++= Seq(
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.1.1",
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.1.1"
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.1.2",
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.1.2"
)
addCompilerPlugin("org.scala-lang.plugins" % "scala-continuations-plugin_2.11.6" % "1.0.2")