From 10b9b7da7d704139f7b463c38cebdf176ef8bbe9 Mon Sep 17 00:00:00 2001 From: Dolu1990 Date: Sun, 12 Jun 2016 13:11:29 +0200 Subject: [PATCH] Add eclipseWithSources --- build.sbt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 53ae58e..fcdd64f 100644 --- a/build.sbt +++ b/build.sbt @@ -4,8 +4,9 @@ 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-core_2.11" % "latest.release", "com.github.spinalhdl" % "spinalhdl-lib_2.11" % "latest.release" ) \ No newline at end of file