Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #7

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Update dependencies
4brunu committed Nov 16, 2022
commit 1ad12339c6868e114d0952bff1e1ffa95a50f560
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -42,8 +42,8 @@
"repositoryURL": "https://github.com/onevcat/Rainbow",
"state": {
"branch": null,
"revision": "9c52c1952e9b2305d4507cf473392ac2d7c9b155",
"version": "3.1.5"
"revision": "626c3d4b6b55354b4af3aa309f998fae9b31a3d9",
"version": "3.2.0"
}
},
{
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ let package = Package(
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/jpsim/SourceKitten.git", .exact("0.32.0")),
.package(url: "https://github.com/Carthage/Commandant.git", .exact("0.18.0")),
.package(url: "https://github.com/onevcat/Rainbow", .exact("3.1.5")),
.package(url: "https://github.com/onevcat/Rainbow", .exact("3.2.0")),
.package(url: "https://github.com/eneko/SourceDocs.git", .exact("2.0.1")),
.package(url: "https://github.com/thoughtbot/Curry.git", .exact("4.0.2")),
.package(url: "https://github.com/nicklockwood/SwiftFormat", .exact("0.50.3")),