Skip to content

Commit

Permalink
Use hummingbird-auth 2.0.0-rc.5
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Oct 25, 2024
1 parent 2e165fe commit f7e42ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth-otp/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/hummingbird-project/hummingbird.git", from: "2.0.0"),
.package(url: "https://github.com/hummingbird-project/hummingbird-auth.git", branch: "main"),
.package(url: "https://github.com/hummingbird-project/hummingbird-auth.git", from: "2.0.0-rc.5"),
.package(url: "https://github.com/hummingbird-project/hummingbird-postgres.git", from: "0.5.0"),
.package(url: "https://github.com/hummingbird-project/swift-mustache.git", from: "2.0.0-rc"),
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.3.0"),
Expand Down

0 comments on commit f7e42ac

Please sign in to comment.