Skip to content

Commit ac5f750

Browse files
committed
Remove unnecessary PPrint dependency
1 parent dfc1484 commit ac5f750

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.mill-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
0.11.2
1+
0.11.3
22

build.sc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ trait MainArgsPublishModule
5555

5656
def ivyDeps = Agg(
5757
ivy"org.scala-lang.modules::scala-collection-compat::2.8.1",
58-
ivy"com.lihaoyi::pprint:0.8.1"
5958
)
6059
}
6160

readme.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# mainargs 0.5.3
1+
# mainargs 0.5.4
22

33
MainArgs is a small, dependency-free library for command line argument parsing
44
in 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.3"
48+
ivy"com.lihaoyi::mainargs:0.5.4"
4949
```
5050

5151
## Parsing Main Method Parameters
@@ -519,6 +519,10 @@ command-line friendly tool.
519519

520520
# Changelog
521521

522+
## 0.5.4
523+
524+
- Remove unnecessary PPrint dependency
525+
522526
## 0.5.3
523527

524528
- Support GFlags-style `--foo=bar` syntax [#98](https://github.com/com-lihaoyi/mainargs/pull/98)

0 commit comments

Comments
 (0)