File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- # mainargs 0.5.0
1+ # mainargs 0.5.1
22
33MainArgs is a small, dependency-free library for command line argument parsing
44in Scala.
@@ -45,7 +45,7 @@ in its scripts, as well as for command-line parsing for the
4545# Usage
4646
4747``` scala
48- ivy " com.lihaoyi::mainargs:0.5.0 "
48+ ivy " com.lihaoyi::mainargs:0.5.1 "
4949```
5050
5151## Parsing Main Method Parameters
@@ -519,10 +519,10 @@ command-line friendly tool.
519519
520520# Changelog
521521
522- ## master
522+ ## 0.5.1
523523
524- - Fix handling of case class main method parameter default parameters in Scala 3
525- [ #88 ] ( https://github.com/com-lihaoyi/mainargs/pull/88 )
524+ - Fix handling of case class main method parameter default parameters and
525+ annotations in Scala 3 [ #88 ] ( https://github.com/com-lihaoyi/mainargs/pull/88 )
526526
527527## 0.5.0
528528
You can’t perform that action at this time.
0 commit comments