Remove logback from the cli module (#3117)

* Remove logback from the cli module

* Reset submodule
This commit is contained in:
Chris Stewart 2021-05-21 07:11:07 -05:00 committed by GitHub
parent 745e4c89fa
commit 42966b3cbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -1 +0,0 @@
<configuration />

View File

@ -388,7 +388,6 @@ object Deps {
List(
Compile.sttp,
Compile.newMicroPickle.value,
Compile.logback,
Compile.scopt,
//we can remove this dependency when this is fixed
//https://github.com/oracle/graal/issues/1943