Add withSource to SBT scripts

This commit is contained in:
Dolu1990
2016-06-01 13:42:07 +02:00
parent 79b73b5b22
commit c20b1bbc91

View File

@@ -6,6 +6,6 @@ scalaVersion := "2.11.6"
libraryDependencies ++= Seq( libraryDependencies ++= Seq(
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "latest.release", "com.github.spinalhdl" % "spinalhdl-core_2.11" % "latest.release" withSources(),
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "latest.release" "com.github.spinalhdl" % "spinalhdl-lib_2.11" % "latest.release" withSources()
) )