SpinalHDL 1.2.2

This commit is contained in:
Dolu1990
2018-11-26 11:07:12 +01:00
parent dd596d5bb0
commit e18eabf998

View File

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