@@ -8,20 +8,23 @@ let package = Package(
88 products: [
99 . library(
1010 name: " Formic " ,
11- targets: [ " Formic " ] ) ,
11+ targets: [ " Formic " ]
12+ )
1213 ] ,
1314 dependencies: [
1415 . package (
1516 url: " https://github.com/apple/swift-argument-parser.git " ,
16- . upToNextMajor( from: " 1.5.0 " ) ) ,
17+ . upToNextMajor( from: " 1.5.0 " )
18+ ) ,
1719 . package (
1820 url: " https://github.com/apple/swift-async-dns-resolver " ,
1921 . upToNextMajor( from: " 0.1.0 " )
2022 ) ,
2123 . package ( url: " https://github.com/apple/swift-log.git " , from: " 1.0.0 " ) ,
2224 . package ( url: " https://github.com/pointfreeco/swift-parsing " , from: " 0.13.0 " ) ,
2325 . package ( url: " https://github.com/pointfreeco/swift-dependencies " , from: " 1.0.0 " ) ,
24- . package ( url: " https://github.com/swiftlang/swift-format.git " ,
26+ . package (
27+ url: " https://github.com/swiftlang/swift-format.git " ,
2528 . upToNextMajor( from: " 600.0.0 " ) ) ,
2629 . package ( url: " https://github.com/neallester/swift-log-testing.git " , from: " 0.0.1 " ) ,
2730 ] ,
@@ -40,11 +43,11 @@ let package = Package(
4043 name: " FormicTests " ,
4144 dependencies: [
4245 " Formic " ,
43- . product( name: " SwiftLogTesting " , package : " swift-log-testing " )
46+ . product( name: " SwiftLogTesting " , package : " swift-log-testing " ) ,
4447 ] ,
4548 resources: [
4649 . copy( " formicTests/Fixtures/id_ed25519 " ) ,
47- . copy( " formicTests/Fixtures/id_ed25519.pub " )
50+ . copy( " formicTests/Fixtures/id_ed25519.pub " ) ,
4851 ]
4952 ) ,
5053 ] ,
0 commit comments