VexRiscv/build.sbt
2017-10-30 14:29:25 +01:00

15 lines
323 B
Scala

name := "VexRiscv"
organization := "com.github.spinalhdl"
version := "1.0"
scalaVersion := "2.11.8"
EclipseKeys.withSource := true
libraryDependencies ++= Seq(
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "0.11.0",
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "0.11.0",
"org.yaml" % "snakeyaml" % "1.8"
)