Update SpinalVersion

This commit is contained in:
Dolu1990
2018-04-01 17:40:10 +02:00
parent 3cb7dc6e12
commit ba55262421

View File

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