Files
SpinalTemplateSbt/build.sbt
Charles Papon 13cd788fdc SpinalHDl 1.3.5
2019-05-22 11:08:03 +02: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.5",
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "1.3.5"
)
fork := true