diff --git a/Package.swift b/Package.swift index 8787f1dd..9612300d 100644 --- a/Package.swift +++ b/Package.swift @@ -8,7 +8,7 @@ let package = Package( .library(name: "XcodeProj", targets: ["XcodeProj"]), ], dependencies: [ - .package(url: "https://github.com/tadija/AEXML.git", .upToNextMinor(from: "4.6.1")), + .package(url: "https://github.com/tadija/AEXML.git", .upToNextMinor(from: "4.7.0")), .package(url: "https://github.com/kylef/PathKit.git", .upToNextMinor(from: "1.0.1")), .package(url: "https://github.com/apple/swift-docc-plugin", from: "1.3.0") ],