Skip to content

Commit

Permalink
Merge pull request #88 from lukepistrol/chore/update-code-languages
Browse files Browse the repository at this point in the history
[chore]: update CodeEditLanguages dependency
  • Loading branch information
lukepistrol authored Oct 29, 2022
2 parents e3fa051 + 8e79611 commit 4ea2885
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" : "1911c6cbedf794fd62e34f21f0e0102ec939d491",
"version" : "0.1.0"
"revision" : "4f16de32456d68035889938c592927cac69b20e9",
"version" : "0.1.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let package = Package(
),
.package(
url: "https://github.com/CodeEditApp/CodeEditLanguages.git",
exact: "0.1.0"
exact: "0.1.1"
),
],
targets: [
Expand Down

0 comments on commit 4ea2885

Please sign in to comment.