Skip to content

Commit

Permalink
Update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
christophhagen committed Mar 19, 2024
1 parent 101e02e commit 6dfcafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/stephencelis/SQLite.swift.git", from: "0.14.1"),
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.25.2"),
.package(url: "https://github.com/christophhagen/HealthKitExtensions", branch: "main"), //from: "0.3.3"),
.package(url: "https://github.com/christophhagen/HealthKitExtensions", from: "0.4.0"),
],
targets: [
.target(
Expand Down

0 comments on commit 6dfcafc

Please sign in to comment.