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