diff --git a/build.sbt b/build.sbt index a67d812..f1dd2ca 100644 --- a/build.sbt +++ b/build.sbt @@ -6,6 +6,6 @@ scalaVersion := "2.11.6" libraryDependencies ++= Seq( - "com.github.spinalhdl" % "spinalhdl-core_2.11" % "latest.release", - "com.github.spinalhdl" % "spinalhdl-lib_2.11" % "latest.release" + "com.github.spinalhdl" % "spinalhdl-core_2.11" % "latest.release" withSources(), + "com.github.spinalhdl" % "spinalhdl-lib_2.11" % "latest.release" withSources() ) \ No newline at end of file