Skip to content

Commit

Permalink
update dependencies (#101)
Browse files Browse the repository at this point in the history
- CodeEditLanguages to 0.1.5
  • Loading branch information
lukepistrol authored Jan 2, 2023
2 parents b787330 + 12f7b09 commit 97da865
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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" : "6890198b9738e1b60c867294eee446aca85a9d8b",
"version" : "0.1.4"
"revision" : "9f107a5d9a4da49075dcdc288b5e69527a9e5a64",
"version" : "0.1.5"
}
},
{
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.4"
exact: "0.1.5"
),
],
targets: [
Expand Down

0 comments on commit 97da865

Please sign in to comment.