From bb5df06cacb2ae7ed3713c4e36fa3212a7c4b5e7 Mon Sep 17 00:00:00 2001 From: Dolu1990 Date: Fri, 10 Jun 2016 08:41:43 +0200 Subject: [PATCH] Remove "withSource" --- .gitignore | 1 + build.sbt | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2fc0a7a..3593ccb 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ bin/ .classpath .project .settings +.cache-main #User *.vhd diff --git a/build.sbt b/build.sbt index f1dd2ca..53ae58e 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" withSources(), - "com.github.spinalhdl" % "spinalhdl-lib_2.11" % "latest.release" withSources() + "com.github.spinalhdl" % "spinalhdl-core_2.11" % "latest.release" , + "com.github.spinalhdl" % "spinalhdl-lib_2.11" % "latest.release" ) \ No newline at end of file