Skip to content

Commit

Permalink
updated AEXML
Browse files Browse the repository at this point in the history
  • Loading branch information
Morten Bertz committed Sep 2, 2021
1 parent ed0c258 commit 6f4e096
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"package": "AEXML",
"repositoryURL": "https://github.com/shinjukunian/AEXML.git",
"state": {
"branch": "master",
"revision": "5ce38c72cb10c013145a72137ed8e98ca7e7127f",
"version": null
"branch": null,
"revision": "a2d80d39cfd126422bebd8d0a5201bf844432c4c",
"version": "4.6.1"
}
},
{
Expand Down
4 changes: 1 addition & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ let package = Package(
targets: ["DocX"]),
],
dependencies: [
.package(url: "https://github.com/shinjukunian/AEXML.git", .branch("master")),
.package(url: "https://github.com/shinjukunian/AEXML.git", .upToNextMajor(from: "4.6.0")),
// .package(name: "AEXML", url: "https://github.com/shinjukunian/AEXML.git", .branch("master")),
.package(url: "https://github.com/weichsel/ZIPFoundation.git", .upToNextMajor(from: "0.9.0")),

// .package(name: "ZipArchive", url: "https://github.com/victor-pavlychko/ZipArchive.git", .revision("57b6c4814fa8608c10bfb059df651e1cba320524")),

],
targets: [
Expand Down

0 comments on commit 6f4e096

Please sign in to comment.