Skip to content

Commit c756c52

Browse files
authored
Merge pull request #47 from outfoxx/task/update-pc
Update PotentCodables to 2.4.2
2 parents 770074b + d6f9e51 commit c756c52

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"repositoryURL": "https://github.com/outfoxx/PotentCodables.git",
2525
"state": {
2626
"branch": null,
27-
"revision": "ca9dd8c380f769d37f9b7ecbaf52f67d371f46e1",
28-
"version": "2.4.1"
27+
"revision": "236dad82f4e1e1e5cf2e482da7d3c0def51c2cde",
28+
"version": "2.4.2"
2929
}
3030
},
3131
{

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let package = Package(
1616
targets: ["Shield", "ShieldSecurity", "ShieldCrypto", "ShieldOID", "ShieldPKCS", "ShieldX509", "ShieldX500"]),
1717
],
1818
dependencies: [
19-
.package(url: "https://github.com/outfoxx/PotentCodables.git", from: "2.4.1"),
19+
.package(url: "https://github.com/outfoxx/PotentCodables.git", from: "2.4.2"),
2020
.package(url: "https://github.com/sharplet/Regex.git", from: "2.1.0")
2121
],
2222
targets: [

0 commit comments

Comments
 (0)