Skip to content

Commit ebef0a6

Browse files
authored
Bump dependencies (#20)
* bump swift-log to 1.4.2 Signed-off-by: Daniel Strobusch <1847260+dastrobu@users.noreply.github.com> * 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

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"repositoryURL": "https://github.com/apple/swift-log.git",
77
"state": {
88
"branch": null,
9-
"revision": "74d7b91ceebc85daf387ebb206003f78813f71aa",
10-
"version": "1.2.0"
9+
"revision": "5d66f7ba25daf4f94100e7022febf3c75e37a6c7",
10+
"version": "1.4.2"
1111
}
1212
}
1313
]

Package.swift

+1-1
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

+1-1
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)