diff --git a/Package.resolved b/Package.resolved index 4398d90e4a24f5c65cb0a5aa9e0fa1a82899f51e..f14dbcd45241566670bc3868e736bcb29934b570 100644 --- a/Package.resolved +++ b/Package.resolved @@ -6,8 +6,8 @@ "repositoryURL": "https://github.com/kylef/PathKit.git", "state": { "branch": null, - "revision": "73f8e9dca9b7a3078cb79128217dc8f2e585a511", - "version": "1.0.0" + "revision": "3bfd2737b700b9a36565a8c94f4ad2b050a5e574", + "version": "1.0.1" } }, { @@ -15,8 +15,8 @@ "repositoryURL": "https://github.com/kylef/Spectre.git", "state": { "branch": null, - "revision": "f79d4ecbf8bc4e1579fbd86c3e1d652fb6876c53", - "version": "0.9.2" + "revision": "26cc5e9ae0947092c7139ef7ba612e34646086c7", + "version": "0.10.1" } }, { @@ -33,8 +33,8 @@ "repositoryURL": "https://github.com/apple/swift-argument-parser.git", "state": { "branch": null, - "revision": "986d191f94cec88f6350056da59c2e59e83d1229", - "version": "0.4.3" + "revision": "d2930e8fcf9c33162b9fcc1d522bc975e2d4179b", + "version": "1.0.1" } }, { @@ -42,8 +42,8 @@ "repositoryURL": "https://github.com/apple/swift-syntax.git", "state": { "branch": null, - "revision": "2fff9fc25cdc059379b6bd309377cfab45d8520c", - "version": "0.50400.0" + "revision": "75e60475d9d8fd5bbc16a12e0eaa2cb01b0c322e", + "version": "0.50500.0" } } ] diff --git a/Package.swift b/Package.swift index 599becc1c43cf77dca71daf246d8f95265a3cdb7..5c194df8559b753876943e7771904cb4f31e1739 100644 --- a/Package.swift +++ b/Package.swift @@ -3,14 +3,14 @@ import PackageDescription let package = Package( name: "SwiftMetaModelGenerator", - platforms: [.macOS(.v10_12)], + platforms: [.macOS(.v10_15)], products: [ .executable(name: "swiftmetamodelgenerator", targets: ["swiftmetamodelgenerator"]) ], dependencies: [ - .package(name: "swift-argument-parser", url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "0.4.3")), - .package(url: "https://github.com/kylef/PathKit.git", .upToNextMinor(from: "1.0.0")), - .package(name: "SwiftSyntax", url: "https://github.com/apple/swift-syntax.git", .upToNextMinor(from: "0.50400.0")), + .package(name: "swift-argument-parser", url: "https://github.com/apple/swift-argument-parser.git", .upToNextMinor(from: "1.0.1")), + .package(url: "https://github.com/kylef/PathKit.git", .upToNextMinor(from: "1.0.1")), + .package(name: "SwiftSyntax", url: "https://github.com/apple/swift-syntax.git", .upToNextMinor(from: "0.50500.0")), .package(url: "https://github.com/kylef/Stencil.git", .upToNextMinor(from: "0.14.1")), ], targets: [ diff --git a/SwiftMetaModelGenerator.xcodeproj/project.pbxproj b/SwiftMetaModelGenerator.xcodeproj/project.pbxproj index 3e4882cca1ed15cb04066e91f4a64e5681dd4e35..76b6ea6d43252370f748143ee3e18dab5c44dc1b 100644 --- a/SwiftMetaModelGenerator.xcodeproj/project.pbxproj +++ b/SwiftMetaModelGenerator.xcodeproj/project.pbxproj @@ -351,7 +351,7 @@ repositoryURL = "https://github.com/apple/swift-argument-parser"; requirement = { kind = upToNextMajorVersion; - minimumVersion = 0.4.3; + minimumVersion = 1.0.1; }; }; F6752A5A268354B900CC9A19 /* XCRemoteSwiftPackageReference "PathKit" */ = { @@ -359,7 +359,7 @@ repositoryURL = "https://github.com/kylef/PathKit.git"; requirement = { kind = upToNextMajorVersion; - minimumVersion = 1.0.0; + minimumVersion = 1.0.1; }; }; F6752A642683598C00CC9A19 /* XCRemoteSwiftPackageReference "swift-syntax" */ = { @@ -367,7 +367,7 @@ repositoryURL = "https://github.com/apple/swift-syntax.git"; requirement = { kind = upToNextMajorVersion; - minimumVersion = 0.50400.0; + minimumVersion = 0.50500.0; }; }; F6752A692683600A00CC9A19 /* XCRemoteSwiftPackageReference "Stencil" */ = { diff --git a/SwiftMetaModelGenerator.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/SwiftMetaModelGenerator.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index f1ac865bfc4989cde68774d9dae7797f914681bb..bf4cc8ea5a722edaaddb75291704b25b1ff242ec 100644 --- a/SwiftMetaModelGenerator.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/SwiftMetaModelGenerator.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -6,8 +6,8 @@ "repositoryURL": "https://github.com/kylef/PathKit.git", "state": { "branch": null, - "revision": "73f8e9dca9b7a3078cb79128217dc8f2e585a511", - "version": "1.0.0" + "revision": "3bfd2737b700b9a36565a8c94f4ad2b050a5e574", + "version": "1.0.1" } }, { @@ -15,8 +15,8 @@ "repositoryURL": "https://github.com/kylef/Spectre.git", "state": { "branch": null, - "revision": "f79d4ecbf8bc4e1579fbd86c3e1d652fb6876c53", - "version": "0.9.2" + "revision": "26cc5e9ae0947092c7139ef7ba612e34646086c7", + "version": "0.10.1" } }, { @@ -33,8 +33,8 @@ "repositoryURL": "https://github.com/apple/swift-argument-parser", "state": { "branch": null, - "revision": "986d191f94cec88f6350056da59c2e59e83d1229", - "version": "0.4.3" + "revision": "d2930e8fcf9c33162b9fcc1d522bc975e2d4179b", + "version": "1.0.1" } }, { @@ -42,8 +42,8 @@ "repositoryURL": "https://github.com/apple/swift-syntax.git", "state": { "branch": null, - "revision": "2fff9fc25cdc059379b6bd309377cfab45d8520c", - "version": "0.50400.0" + "revision": "75e60475d9d8fd5bbc16a12e0eaa2cb01b0c322e", + "version": "0.50500.0" } } ]