File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ let package = Package(
19
19
dependencies: [
20
20
. package (
21
21
url: " https://github.com/pointfreeco/swift-snapshot-testing " ,
22
- from: " 1.18.4 "
22
+ from: " 1.18.6 "
23
23
) ,
24
24
. package (
25
25
url: " https://github.com/Cocoanetics/DTCoreText " ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ let package = Package(
10
10
. executable( name: " release " , targets: [ " Release " ] )
11
11
] ,
12
12
dependencies: [
13
- . package ( url: " https://github.com/apple/swift-argument-parser.git " , from: " 1.5 .1 " ) ,
13
+ . package ( url: " https://github.com/apple/swift-argument-parser.git " , from: " 1.6 .1 " ) ,
14
14
. package ( url: " https://github.com/element-hq/swift-command-line-tools.git " , revision: " 483396af716a59eb45379126389a063f7f9bee80 " )
15
15
// .package(path: "../../../../../swift-command-line-tools")
16
16
] ,
You can’t perform that action at this time.
0 commit comments