Skip to content

Commit

Permalink
Merge pull request #47 from outfoxx/task/update-pc
Browse files Browse the repository at this point in the history
Update PotentCodables to 2.4.2
  • Loading branch information
kdubb committed Jan 19, 2023
2 parents 770074b + d6f9e51 commit c756c52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"repositoryURL": "https://github.com/outfoxx/PotentCodables.git",
"state": {
"branch": null,
"revision": "ca9dd8c380f769d37f9b7ecbaf52f67d371f46e1",
"version": "2.4.1"
"revision": "236dad82f4e1e1e5cf2e482da7d3c0def51c2cde",
"version": "2.4.2"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ let package = Package(
targets: ["Shield", "ShieldSecurity", "ShieldCrypto", "ShieldOID", "ShieldPKCS", "ShieldX509", "ShieldX500"]),
],
dependencies: [
.package(url: "https://github.com/outfoxx/PotentCodables.git", from: "2.4.1"),
.package(url: "https://github.com/outfoxx/PotentCodables.git", from: "2.4.2"),
.package(url: "https://github.com/sharplet/Regex.git", from: "2.1.0")
],
targets: [
Expand Down

0 comments on commit c756c52

Please sign in to comment.