Update to 1.3.0

This commit is contained in:
Dolu1990
2018-12-25 14:32:00 +01:00
parent e18eabf998
commit 95f729b285
3 changed files with 5 additions and 7 deletions

View File

@@ -2,15 +2,13 @@ name := "SpinalTemplateSbt"
version := "1.0"
scalaVersion := "2.11.6"
scalaVersion := "2.11.12"
EclipseKeys.withSource := true
libraryDependencies ++= Seq(
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.2.2",
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.2.2"
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.3.0",
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.3.0"
)
addCompilerPlugin("org.scala-lang.plugins" % "scala-continuations-plugin_2.11.6" % "1.0.2")
scalacOptions += "-P:continuations:enable"
fork := true

View File

@@ -1 +1 @@
sbt.version=0.13.16
sbt.version=1.2.7

View File

@@ -1,2 +1,2 @@
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.1")
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.4")