Skip to content

Commit

Permalink
update example dependencies (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
sliemeobn authored Oct 4, 2024
1 parent 3e09519 commit 0d4da81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Examples/HummingbirdDemo/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
.package(path: "../../"),
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.0.0"),
.package(url: "https://github.com/hummingbird-project/hummingbird-websocket.git", from: "2.0.0"),
.package(url: "https://github.com/hummingbird-community/hummingbird-elementary.git", from: "0.3.0"),
.package(url: "https://github.com/hummingbird-community/hummingbird-elementary.git", from: "0.4.0"),
.package(url: "https://github.com/apple/swift-async-algorithms", from: "1.0.0"),
.package(url: "https://github.com/swift-server/swift-service-lifecycle.git", from: "2.0.0"),
],
Expand Down
2 changes: 1 addition & 1 deletion Examples/VaporDemo/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/vapor/vapor", from: "4.102.0"),
.package(url: "https://github.com/vapor-community/vapor-elementary.git", from: "0.1.0"),
.package(url: "https://github.com/vapor-community/vapor-elementary.git", from: "0.2.0"),
.package(path: "../../"),
.package(url: "https://github.com/apple/swift-async-algorithms", from: "1.0.0"),
],
Expand Down

0 comments on commit 0d4da81

Please sign in to comment.