Skip to content

Commit c56d1f1

Browse files
authored
Merge pull request #2568 from AzureAD/mipetriu/idcore_main_and_merge_conflicts
Resolve merge conflict with main + update common core to main
2 parents e508bf4 + f22fdcf commit c56d1f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MSAL/IdentityCore

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.8.0/MSAL.zip", checksum: "f72cec6d325d14e0ad8edca2c740548c97a345822e7ed6750ccb3a41a3a5366c")
16+
.binaryTarget(name: "MSAL", url: "https://github.com/AzureAD/microsoft-authentication-library-for-objc/releases/download/1.8.1/MSAL.zip", checksum: "b783b229da1cdd0c01ba3e46e089e1d8af8bcb4b2306e15e8f713970f54f84ff")
1717
]
1818
)

0 commit comments

Comments
 (0)