12 lines
271 B
Plaintext
12 lines
271 B
Plaintext
|
name := "SpinalBaseProject"
|
||
|
|
||
|
version := "1.0"
|
||
|
|
||
|
scalaVersion := "2.11.6"
|
||
|
|
||
|
EclipseKeys.withSource := true
|
||
|
|
||
|
libraryDependencies ++= Seq(
|
||
|
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "latest.release",
|
||
|
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "latest.release"
|
||
|
)
|