Skip to content

Commit

Permalink
Update Get (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
LePips authored Aug 30, 2023
1 parent 0878c23 commit 2369172
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 @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/kean/Get",
"state" : {
"revision" : "a7dd8e0233d4041330591445de21b7e5d4c953c6",
"version" : "1.0.4"
"revision" : "12830cc64f31789ae6f4352d2d51d03a25fc3741",
"version" : "2.1.6"
}
},
{
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(
.library(name: "JellyfinAPI", targets: ["JellyfinAPI"]),
],
dependencies: [
.package(url: "https://github.com/kean/Get", from: "1.0.4"),
.package(url: "https://github.com/kean/Get", from: "2.1.6"),
.package(url: "https://github.com/CreateAPI/URLQueryEncoder", from: "0.2.0"),
],
targets: [
Expand Down

0 comments on commit 2369172

Please sign in to comment.