Skip to content

Commit 540e508

Browse files
authored
Update development tools to be latest versions (#39)
1 parent 4f2816b commit 540e508

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ let package = Package(
2626

2727
if ProcessInfo.processInfo.environment["SWIFTUI_ATOM_PROPERTIES_DEVELOPMENT"] != nil {
2828
package.dependencies.append(contentsOf: [
29-
.package(url: "https://github.com/apple/swift-docc-plugin", exact: "1.0.0"),
30-
.package(url: "https://github.com/apple/swift-format.git", exact: "0.50700.0"),
31-
.package(url: "https://github.com/yonaskolb/XcodeGen.git", exact: "2.32.0"),
29+
.package(url: "https://github.com/apple/swift-docc-plugin", exact: "1.2.0"),
30+
.package(url: "https://github.com/apple/swift-format.git", exact: "508.0.0"),
31+
.package(url: "https://github.com/yonaskolb/XcodeGen.git", exact: "2.35.0"),
3232
])
3333
}

0 commit comments

Comments
 (0)