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