Skip to content

Commit

Permalink
Use Hummingbird 2.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Apr 29, 2024
1 parent bf92834 commit ac6f463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -10,7 +10,7 @@ let package = Package(
.executable(name: "{{HB_EXECUTABLE_NAME}}", targets: ["{{HB_EXECUTABLE_NAME}}"]),
],
dependencies: [
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.0.0-beta.1"),
.package(url: "https://github.com/hummingbird-project/hummingbird.git", from: "2.0.0-beta.4"),
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.3.0")
],
targets: [
Expand Down

0 comments on commit ac6f463

Please sign in to comment.