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 Feb 15, 2023
1 parent b6640ef commit afabb55
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.17/authlib.xcframework.zip",// authlib URL
checksum: "dd489a631c83ec9ecc315c9510b23d55f0bc58a0aa0a04aba1c68f0f6ccc389b"// authlib Checksum
url: "https://github.com/HedvigInsurance/authlib/releases/download/v0.0.18/authlib.xcframework.zip",// authlib URL
checksum: "b4d307081080dd637b361d2885b00bf2434c47bf818e6a36f9b7bb551d7cb8b0"// authlib Checksum
)
]
)

0 comments on commit afabb55

Please sign in to comment.