Skip to content

Commit 3b3df47

Browse files
committed
Examples: Use plugin release 0.2.0 and remove Package.resolved
1 parent 315b571 commit 3b3df47

File tree

4 files changed

+2
-419
lines changed

4 files changed

+2
-419
lines changed

Examples/HelloWorldHummingbird/Package.resolved

Lines changed: 0 additions & 204 deletions
This file was deleted.

Examples/HelloWorldHummingbird/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let package = Package(
2121
platforms: [.macOS(.v14)],
2222
dependencies: [
2323
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.1.0"),
24-
.package(url: "https://github.com/apple/swift-container-plugin", from: "0.1.0"),
24+
.package(url: "https://github.com/apple/swift-container-plugin", from: "0.2.0"),
2525
],
2626
targets: [
2727
.executableTarget(name: "hello-world", dependencies: [.product(name: "Hummingbird", package: "hummingbird")])

0 commit comments

Comments
 (0)