Skip to content

Commit

Permalink
Update PC dependency to 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kdubb committed Sep 27, 2023
1 parent 7f7df30 commit 307e6ca
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": "0c423eb5fdbbefffd36926430bf99f9f998c0cad",
"version": "3.1.1"
"revision": "583f1b04b89e36742255d05ef1d2e5961485811d",
"version": "3.2.0"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let package = Package(
),
],
dependencies: [
.package(url: "https://github.com/outfoxx/PotentCodables.git", .upToNextMinor(from: "3.1.1")),
.package(url: "https://github.com/outfoxx/PotentCodables.git", .upToNextMinor(from: "3.2.0")),
.package(url: "https://github.com/sharplet/Regex.git", .upToNextMinor(from: "2.1.0")),
.package(url: "https://github.com/SwiftScream/URITemplate.git", .upToNextMinor(from: "2.1.0"))
],
Expand Down

0 comments on commit 307e6ca

Please sign in to comment.