Skip to content

Commit

Permalink
Use mise for dev tooling (peripheryapp#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
ileitch authored and rofle100lvl committed Aug 28, 2024
1 parent 6031fb1 commit 0c30728
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/ileitch/swift-filename-matcher",
"state" : {
"revision" : "17eaeaf60f2703e3ef826de94149c88a78953fd3",
"version" : "0.1.1"
"revision" : "8cc02e902f651bb5812860011ee13707b9e037df",
"version" : "0.1.2"
}
},
{
"identity" : "swift-indexstore",
"kind" : "remoteSourceControl",
"location" : "https://github.com/ileitch/swift-indexstore",
"location" : "https://github.com/kateinoigakukun/swift-indexstore",
"state" : {
"revision" : "e0046a1704e2e7af88355883247ee1f9d47ed9ee",
"version" : "9.0.4"
"revision" : "9363af98d32247bf953855fc99d1f1f1ef803e43",
"version" : "0.3.0"
}
},
{
Expand All @@ -77,8 +77,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/tuist/xcodeproj",
"state" : {
"revision" : "c15e011dc0ea74f7833bf33c2791483beb9c7577",
"version" : "8.23.1"
"revision" : "a1ff175a2f3bfbec166f33b264263c55f2149720",
"version" : "8.23.2"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var dependencies: [Package.Dependency] = [
.package(url: "https://github.com/jpsim/Yams", from: "5.0.0"),
.package(url: "https://github.com/tadija/AEXML", from: "4.0.0"),
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.0"),
.package(url: "https://github.com/ileitch/swift-indexstore", from: "9.0.4"),
.package(url: "https://github.com/kateinoigakukun/swift-indexstore", from: "0.3.0"),
.package(url: "https://github.com/apple/swift-syntax", from: "600.0.0-prerelease-2024-08-14"),
.package(url: "https://github.com/ileitch/swift-filename-matcher", from: "0.0.0"),
]
Expand Down

0 comments on commit 0c30728

Please sign in to comment.