Remove "withSource"

This commit is contained in:
Dolu1990
2016-06-10 08:41:43 +02:00
parent 9a9097d192
commit bb5df06cac
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@@ -25,6 +25,7 @@ bin/
.classpath
.project
.settings
.cache-main
#User
*.vhd

View File

@@ -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"
)