This commit is contained in:
Dolu
2015-04-21 12:28:03 +02:00
commit fa1ec62a04
5 changed files with 123 additions and 0 deletions

11
build.sbt Normal file
View File

@@ -0,0 +1,11 @@
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"
)