mirror of
https://github.com/SpinalHDL/SpinalTemplateSbt.git
synced 2025-10-22 23:58:44 +08:00
Update build.sbt
This commit is contained in:
@@ -7,9 +7,9 @@ scalaVersion := "2.11.12"
|
|||||||
EclipseKeys.withSource := true
|
EclipseKeys.withSource := true
|
||||||
|
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.3.9",
|
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "1.4.0",
|
||||||
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.3.9",
|
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.4.0",
|
||||||
compilerPlugin("com.github.spinalhdl" % "spinalhdl-idsl-plugin_2.11" % "1.3.9")
|
compilerPlugin("com.github.spinalhdl" % "spinalhdl-idsl-plugin_2.11" % "1.4.0")
|
||||||
)
|
)
|
||||||
|
|
||||||
fork := true
|
fork := true
|
||||||
|
Reference in New Issue
Block a user