Skip to content

Commit

Permalink
Merge pull request #47 from outfoxx/task/bump-pc
Browse files Browse the repository at this point in the history
Update to latest PotentCodables
  • Loading branch information
kdubb authored Jun 26, 2023
2 parents cc10742 + c873f9b commit b9495b3
Showing 1 changed file with 1 addition and 1 deletion.
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.0")),
.package(url: "https://github.com/outfoxx/PotentCodables.git", .upToNextMinor(from: "3.1.1")),
.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 b9495b3

Please sign in to comment.