Skip to content

Commit 13ebd37

Browse files
committed
Merge branch 'develop'
2 parents 383a6d9 + be9cefa commit 13ebd37

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.2
1+
// swift-tools-version:5.4
22

33
import PackageDescription
44

@@ -12,10 +12,10 @@ let package = Package(
1212

1313
dependencies: [
1414
.package(url: "https://github.com/Macro-swift/Macro.git",
15-
from: "0.8.11"),
15+
from: "0.9.0"),
1616
.package(url: "https://github.com/Macro-swift/MacroExpress.git",
17-
from: "0.8.8"),
18-
.package(url: "https://github.com/AlwaysRightInstitute/SwiftXmlRpc.git",
17+
from: "0.9.0"),
18+
.package(url: "https://github.com/helje5/SwiftXmlRpc.git",
1919
from: "0.8.6")
2020
],
2121

0 commit comments

Comments
 (0)