VexRiscv/build.sbt

13 lines
284 B
Plaintext
Raw Normal View History

2017-03-10 18:34:49 -05:00
name := "VexRiscv"
2017-03-08 16:17:48 -05:00
version := "1.0"
2017-03-10 18:34:49 -05:00
scalaVersion := "2.11.8"
2017-03-08 16:17:48 -05:00
EclipseKeys.withSource := true
libraryDependencies ++= Seq(
2017-06-17 09:15:19 -04:00
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "0.10.14",
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "0.10.14",
2017-06-09 10:06:18 -04:00
"org.yaml" % "snakeyaml" % "1.8"
2017-03-08 16:17:48 -05:00
)