mirror of
https://github.com/SpinalHDL/SpinalTemplateSbt.git
synced 2025-10-22 23:58:44 +08:00
Update to 1.3.0
This commit is contained in:
@@ -2,15 +2,13 @@ name := "SpinalTemplateSbt"
|
|||||||
|
|
||||||
version := "1.0"
|
version := "1.0"
|
||||||
|
|
||||||
scalaVersion := "2.11.6"
|
scalaVersion := "2.11.12"
|
||||||
|
|
||||||
EclipseKeys.withSource := true
|
EclipseKeys.withSource := true
|
||||||
|
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.2.2",
|
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.3.0",
|
||||||
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.2.2"
|
"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
|
fork := true
|
||||||
|
@@ -1 +1 @@
|
|||||||
sbt.version=0.13.16
|
sbt.version=1.2.7
|
||||||
|
@@ -1,2 +1,2 @@
|
|||||||
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.1")
|
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.4")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user