daml/extractor
Moritz Kiefer aebde84842
Upgrade scopt to 4.0.0 (#8466)
* Upgrade scopt to 4.0.0

Scopt 3.x has some issues with Scala 2.13 because it expects an
immutable Seq on 2.13 meaning you cannot just pass in an Array. Rather
than fixing our callsites to convert to an immutable Seq everywhere,
this PR bumps to Scopt 4.0 which goes back to collection.Seq.

and leaving that aside, I’m a fan of upgrading dependencies anyway :)

changelog_begin
changelog_end

* Use val instead of def

changelog_begin
changelog_end
2021-01-11 21:23:02 +01:00
..
bin fix (some) copyright headers (#8422) 2021-01-07 11:48:59 +01:00
src Upgrade scopt to 4.0.0 (#8466) 2021-01-11 21:23:02 +01:00
.gitignore open-sourcing daml 2019-04-04 09:33:38 +01:00
BUILD.bazel LF : Fix/Clean some LF related TODOs (#8387) 2021-01-07 15:13:28 +01:00