Skip to content

Commit

Permalink
Merge pull request #98 from lukepistrol/chore/update-dependencies
Browse files Browse the repository at this point in the history
update 'CodeEditLanguages' to 0.1.4
  • Loading branch information
lukepistrol authored Dec 2, 2022
2 parents 7e9bb80 + 1f7c826 commit dae4f1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/CodeEditApp/CodeEditLanguages.git",
"state" : {
"revision" : "6b412f6eb6f5d7bdfa91f2d92105b4d6dae12df3",
"version" : "0.1.3"
"revision" : "6890198b9738e1b60c867294eee446aca85a9d8b",
"version" : "0.1.4"
}
},
{
Expand All @@ -23,8 +23,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/ChimeHQ/SwiftTreeSitter",
"state" : {
"revision" : "3b1599ba9f466d8269cea2474beb5c9f0a3d7a5e",
"version" : "0.7.0"
"revision" : "df25a52f72ebc5b50ae20d26d1363793408bb28b",
"version" : "0.7.1"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let package = Package(
),
.package(
url: "https://github.com/CodeEditApp/CodeEditLanguages.git",
exact: "0.1.3"
exact: "0.1.4"
),
],
targets: [
Expand Down

0 comments on commit dae4f1a

Please sign in to comment.