Skip to content

Commit

Permalink
Update to PotentCodables 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kdubb committed Jan 18, 2023
1 parent 2281dcb commit 58e445e
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: "2.3.0")),
.package(url: "https://github.com/outfoxx/PotentCodables.git", .upToNextMinor(from: "2.4.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 58e445e

Please sign in to comment.