update 1.0.2

This commit is contained in:
Dolu1990
2017-12-19 00:12:02 +01:00
parent 866719bd0e
commit 43c46edec8
3 changed files with 9 additions and 19 deletions

View File

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