Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ldakhoa committed Jul 6, 2024
1 parent 07d9a2c commit 8b0dd4d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Main.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/simonbs/Runestone",
"state" : {
"revision" : "688fa07d1c4bffd9ab12baa8fb712274b92b0a68",
"version" : "0.3.4"
"revision" : "1fad339aab99cf2136ce6bf8c32da3265b2e85e5",
"version" : "0.5.1"
}
},
{
Expand Down Expand Up @@ -147,10 +147,10 @@
{
"identity" : "tree-sitter",
"kind" : "remoteSourceControl",
"location" : "https://github.com/simonbs/tree-sitter",
"location" : "https://github.com/tree-sitter/tree-sitter",
"state" : {
"revision" : "8456f7eb7a70addb3c0af8a757f1997ae9af3ed6",
"version" : "0.20.9-beta-2"
"revision" : "98be227227af10cc7a269cb3ffb23686c0610b17",
"version" : "0.20.9"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Packages/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ let package = Package(
.package(url: "https://github.com/onevcat/Kingfisher", from: "7.8.1"),
.package(url: "https://github.com/evgenyneu/keychain-swift", branch: "master"),
.package(url: "https://github.com/apple/swift-collections.git", .upToNextMajor(from: "1.0.4")),
.package(url: "https://github.com/simonbs/Runestone", .upToNextMajor(from: "0.3.2")),
.package(url: "https://github.com/simonbs/Runestone", .upToNextMajor(from: "0.5.1")),
.package(url: "https://github.com/simonbs/KeyboardToolbar", .upToNextMajor(from: "0.1.1")),
.package(url: "https://github.com/simonbs/treesitterlanguages", from: "0.1.0"),
.package(url: "https://github.com/ldakhoa/StyledTextKit", from: "1.0.0"),
Expand Down

0 comments on commit 8b0dd4d

Please sign in to comment.