We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77c2e61 commit 9d23b9cCopy full SHA for 9d23b9c
readme.md
@@ -1,4 +1,4 @@
1
-# mainargs 0.7.3
+# mainargs 0.7.4
2
3
MainArgs is a small, dependency-free library for command line argument parsing
4
in Scala.
@@ -38,7 +38,7 @@ in its scripts, as well as for command-line parsing for the
38
# Usage
39
40
```scala
41
-ivy"com.lihaoyi::mainargs:0.7.3"
+ivy"com.lihaoyi::mainargs:0.7.4"
42
```
43
44
## Parsing Main Method Parameters
@@ -625,6 +625,10 @@ command-line friendly tool.
625
626
# Changelog
627
628
+## 0.7.4
629
+
630
+- Fix issue with binary infinite recursion in binary compatibility forwarders [156](https://github.com/com-lihaoyi/mainargs/pull/156)
631
632
## 0.7.3
633
634
- Add missing `nameMapper` argument to `.runOrExit`, make `sort` param on `runEither` return
0 commit comments