Skip to content

Commit 1f1f8c2

Browse files
authored
Merge branch 'main' into release/2.1.0
2 parents f409644 + 03ed4ae commit 1f1f8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ let package = Package(
1313
targets: ["MSAL"]),
1414
],
1515
targets: [
16-
.binaryTarget(name: "MSAL", url: "https://github.com/AzureAD/microsoft-authentication-library-for-objc/releases/download/1.9.0/MSAL.zip", checksum: "357503f594eab1adb7a7f992534d5b750329218eac33ac8b7dc6f4cee5a62219")
16+
.binaryTarget(name: "MSAL", url: "https://github.com/AzureAD/microsoft-authentication-library-for-objc/releases/download/2.0.0/MSAL.zip", checksum: "e7e8e6107d5f652d0dabaebfcedfe250f0e363b3db277db30ff30fb622cea1c1")
1717
]
1818
)

0 commit comments

Comments
 (0)