Files
SpinalTemplateSbt/build.sbt
2020-01-10 15:50:47 +01:00

15 lines
269 B
Scala

name := "SpinalTemplateSbt"
version := "1.0"
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"
)
fork := true