We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9660dd3 commit d94700cCopy full SHA for d94700c
readme.md
@@ -1,4 +1,4 @@
1
-# mainargs 0.7.0
+# mainargs 0.7.1
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.0"
+ivy"com.lihaoyi::mainargs:0.7.1"
42
```
43
44
## Parsing Main Method Parameters
@@ -625,6 +625,10 @@ command-line friendly tool.
625
626
# Changelog
627
628
+## 0.7.1
629
+
630
+- Fix detection of `@main` methods inherited from `trait`s in Scala 3.x [#142](https://github.com/com-lihaoyi/mainargs/pull/142)
631
632
## 0.7.0
633
634
- Support for Scala-Native 0.5.0
0 commit comments