mirror of
https://github.com/SpinalHDL/SpinalTemplateSbt.git
synced 2025-10-22 23:58:44 +08:00
Remove "withSource"
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -25,6 +25,7 @@ bin/
|
|||||||
.classpath
|
.classpath
|
||||||
.project
|
.project
|
||||||
.settings
|
.settings
|
||||||
|
.cache-main
|
||||||
|
|
||||||
#User
|
#User
|
||||||
*.vhd
|
*.vhd
|
||||||
|
@@ -6,6 +6,6 @@ scalaVersion := "2.11.6"
|
|||||||
|
|
||||||
|
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "latest.release" withSources(),
|
"com.github.spinalhdl" % "spinalhdl-core_2.11" % "latest.release" ,
|
||||||
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "latest.release" withSources()
|
"com.github.spinalhdl" % "spinalhdl-lib_2.11" % "latest.release"
|
||||||
)
|
)
|
Reference in New Issue
Block a user