Skip to content

Commit

Permalink
Revert Package.swift update
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Piñera committed Nov 11, 2020
1 parent 6b1228b commit 82bf5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let package = Package(
.library(name: "XcodeProj", targets: ["XcodeProj"]),
],
dependencies: [
.package(url: "https://github.com/tadija/AEXML", .upToNextMinor(from: "4.6.0")),
.package(url: "https://github.com/tadija/AEXML", .upToNextMinor(from: "4.5.0")),
.package(url: "https://github.com/kylef/PathKit", .upToNextMinor(from: "1.0.0")),
],
targets: [
Expand Down

0 comments on commit 82bf5ef

Please sign in to comment.