Skip to content

Commit f8e132c

Browse files
committed
0.6.3
1 parent a334c9f commit f8e132c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# mainargs 0.6.2
1+
# mainargs 0.6.3
22

33
MainArgs is a small, dependency-free library for command line argument parsing
44
in Scala.
@@ -38,7 +38,7 @@ in its scripts, as well as for command-line parsing for the
3838
# Usage
3939

4040
```scala
41-
ivy"com.lihaoyi::mainargs:0.6.2"
41+
ivy"com.lihaoyi::mainargs:0.6.32"
4242
```
4343

4444
## Parsing Main Method Parameters
@@ -625,7 +625,7 @@ command-line friendly tool.
625625

626626
# Changelog
627627

628-
## master
628+
## 0.6.3
629629

630630
- Fix usage of `ParserForClass` for `case class`es with more than 22 parameters in Scala 2.x
631631

0 commit comments

Comments
 (0)