mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-22 22:36:34 +01:00
Remove source code dependency, its not used anywhere (#4310)
This commit is contained in:
parent
3dc709386a
commit
56138cea92
1 changed files with 0 additions and 6 deletions
|
@ -55,8 +55,6 @@ object Deps {
|
|||
// obviously has to be changed before this is
|
||||
// merged.
|
||||
|
||||
val sourcecodeV = "0.2.8"
|
||||
|
||||
val scalaJsStubsV = "1.1.0"
|
||||
// CLI deps
|
||||
val scoptV = "4.0.1"
|
||||
|
@ -177,9 +175,6 @@ object Deps {
|
|||
val newMicroPickle =
|
||||
Def.setting("com.lihaoyi" %%% "upickle" % V.newMicroPickleV)
|
||||
|
||||
// get access to reflection data at compile-time
|
||||
val sourcecode = "com.lihaoyi" %% "sourcecode" % V.sourcecodeV
|
||||
|
||||
// parsing of CLI opts and args
|
||||
val scopt = "com.github.scopt" %% "scopt" % V.scoptV
|
||||
|
||||
|
@ -407,7 +402,6 @@ object Deps {
|
|||
Compile.dropwizardMetrics,
|
||||
Compile.flyway,
|
||||
Compile.slick,
|
||||
Compile.sourcecode,
|
||||
Compile.logback,
|
||||
Compile.sqlite,
|
||||
Compile.postgres,
|
||||
|
|
Loading…
Add table
Reference in a new issue