diff --git a/build.sbt b/build.sbt index c2434b2..766ecd6 100644 --- a/build.sbt +++ b/build.sbt @@ -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 diff --git a/project/build.properties b/project/build.properties index c091b86..72f9028 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=0.13.16 +sbt.version=1.2.7 diff --git a/project/plugins.sbt b/project/plugins.sbt index 9190bbb..e5c4233 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ -addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.1") +addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.4")