Skip to content

Commit ebef0a6

Browse files
authored
Bump dependencies (#20)
* bump swift-log to 1.4.2 Signed-off-by: Daniel Strobusch <[email protected]> * fix readme.
1 parent d0a2971 commit ebef0a6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let package = Package(
1212
]),
1313
],
1414
dependencies: [
15-
.package(url: "https://github.com/apple/swift-log.git", from: "1.2.0"),
15+
.package(url: "https://github.com/apple/swift-log.git", from: "1.4.2"),
1616
],
1717
targets: [
1818
.target(

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Command line argument parser package in Swift.
88

99
The basic idea is to define a tree structure of parsers which then parses all command line arguments.
1010
This approach is very flexible and allows for quick and easy flag parsing for a simple scirpt, as well as
11-
complicated parse trees for big command command line programs.
11+
complicated parse trees for big command line programs.
1212

1313
## Table of Contents
1414

0 commit comments

Comments
 (0)