Update to SpinalHDL 1.0.3

This commit is contained in:
Dolu1990
2017-12-20 00:08:40 +01:00
parent 43c46edec8
commit bb1a2d1b9f
2 changed files with 6 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
name := "SpinalBaseProject"
name := "SpinalTemplateSbt"
version := "1.0"
@@ -7,8 +7,8 @@ scalaVersion := "2.11.6"
EclipseKeys.withSource := true
libraryDependencies ++= Seq(
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.0.2",
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.0.2"
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.0.3",
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.0.3"
)
addCompilerPlugin("org.scala-lang.plugins" % "scala-continuations-plugin_2.11.6" % "1.0.2")