mirror of
https://github.com/jellyfin/jellyfin-sdk-swift.git
synced 2024-11-23 06:09:58 +00:00
Update Get (#21)
This commit is contained in:
parent
0878c236b5
commit
23691720c2
@ -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"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -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: [
|
||||
|
Loading…
Reference in New Issue
Block a user