Skip to content

Commit

Permalink
Upgrade delegate dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Mar 18, 2024
1 parent 0d7b23a commit 8f798ab
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 27 deletions.
@@ -1,16 +1,14 @@
{
"object": {
"pins": [
{
"package": "Delegate",
"repositoryURL": "https://github.com/onevcat/Delegate.git",
"state": {
"branch": null,
"revision": "45c5ec58d5a9656a9cc729506e0ed3093ca8f772",
"version": "1.1.1"
}
"pins" : [
{
"identity" : "delegate",
"kind" : "remoteSourceControl",
"location" : "https://github.com/onevcat/Delegate",
"state" : {
"revision" : "499e507f2a68d6e8737f7f6f7c0385596b4398fc",
"version" : "1.2.0"
}
]
},
"version": 1
}
],
"version" : 2
}
24 changes: 11 additions & 13 deletions Package.resolved
@@ -1,16 +1,14 @@
{
"object": {
"pins": [
{
"package": "Delegate",
"repositoryURL": "https://github.com/onevcat/Delegate.git",
"state": {
"branch": null,
"revision": "45c5ec58d5a9656a9cc729506e0ed3093ca8f772",
"version": "1.1.1"
}
"pins" : [
{
"identity" : "delegate",
"kind" : "remoteSourceControl",
"location" : "https://github.com/onevcat/Delegate.git",
"state" : {
"revision" : "499e507f2a68d6e8737f7f6f7c0385596b4398fc",
"version" : "1.2.0"
}
]
},
"version": 1
}
],
"version" : 2
}
2 changes: 1 addition & 1 deletion Package@swift-5.9.swift
Expand Up @@ -8,7 +8,7 @@ let package = Package(
.library(name: "APNGKit", targets: ["APNGKit"])
],
dependencies: [
.package(url: "https://github.com/onevcat/Delegate.git", from: "1.1.1")
.package(url: "https://github.com/onevcat/Delegate.git", from: "1.2.0")
],
targets: [
.target(
Expand Down

0 comments on commit 8f798ab

Please sign in to comment.