Skip to content

Commit

Permalink
Update test package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
phimage authored and e-marchand committed Apr 29, 2021
1 parent cbcd78a commit a1f3748
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
"repositoryURL": "https://github.com/tid-kijyun/Kanna.git",
"state": {
"branch": null,
"revision": "9b8f73f8c8e145dc496565bbf878a709793e7ba3",
"version": "5.0.0"
"revision": "c657fb9f5827ef138068215c76ad0bb62bbc92da",
"version": "5.2.4"
}
},
{
"package": "Swifter",
"repositoryURL": "https://github.com/httpswift/swifter.git",
"state": {
"branch": null,
"revision": "8b5afb48ae64d4f729f0489ddcfe09c62b9c3687",
"version": "1.4.7"
"revision": "9483a5d459b45c3ffd059f7b55f9638e268632fd",
"version": "1.5.0"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/phimage/Erik.git", .upToNextMajor(from: "5.0.0")),
.package(url: "https://github.com/tid-kijyun/Kanna.git", .upToNextMajor(from: "5.0.0")),
.package(url: "https://github.com/httpswift/swifter.git", .upToNextMajor(from: "1.4.7"))
.package(url: "https://github.com/tid-kijyun/Kanna.git", .upToNextMajor(from: "5.2.4")),
.package(url: "https://github.com/httpswift/swifter.git", .upToNextMajor(from: "1.5.0"))
],
targets: [
.target(name: "OAuthSwift", dependencies: [], path: "Sources"),
Expand Down

0 comments on commit a1f3748

Please sign in to comment.