Files
SpinalTemplateSbt/build.sbt
2015-04-21 12:28:03 +02:00

11 lines
240 B
Scala

name := "SpinalBaseProject"
version := "1.0"
scalaVersion := "2.11.6"
libraryDependencies ++= Seq(
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "latest.release",
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "latest.release"
)