Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 13, 2022
1 parent 89800c3 commit 54470fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "authlib",
url: "https://github.com/HedvigInsurance/authlib/releases/download/v0.0.14/authlib.xcframework.zip",// authlib URL
checksum: "ec43a101971373df8685b1818c1476b375d72155f28ce1b7771e49b3ddd3071b"// authlib Checksum
url: "https://github.com/HedvigInsurance/authlib/releases/download/v0.0.15/authlib.xcframework.zip",// authlib URL
checksum: "4621b47847b27a6d926d0dc335478a677f4e9777e5fe3f6527b9207c01d75425"// authlib Checksum
)
]
)

0 comments on commit 54470fb

Please sign in to comment.