Skip to content

Commit

Permalink
Resolve Package Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thecoolwinter committed Feb 28, 2024
1 parent 7df41c4 commit 2b86c3e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@
"version" : "0.1.18"
}
},
{
"identity" : "codeedittextview",
"kind" : "remoteSourceControl",
"location" : "https://github.com/CodeEditApp/CodeEditTextView.git",
"state" : {
"revision" : "6653c21a603babf365a12d4d331fadc8f8b52d99",
"version" : "0.7.2"
}
},
{
"identity" : "mainoffender",
"kind" : "remoteSourceControl",
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
// A fast, efficient, text view for code.
.package(
url: "https://github.com/CodeEditApp/CodeEditTextView.git",
from: "0.7.0"
from: "0.7.2"
),
// tree-sitter languages
.package(
Expand Down

0 comments on commit 2b86c3e

Please sign in to comment.