Skip to content

Commit

Permalink
[chore]: Update CodeEditLanguages to 0.1.9 (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukepistrol authored Jan 24, 2023
1 parent 58f7941 commit 7a0a415
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" : "28cf9d50f0bc27fd217bc77b0578d80b9074b252",
"version" : "0.1.8"
"revision" : "d101d58d615e5ace892a9f006d8b4bb779a9fcb5",
"version" : "0.1.9"
}
},
{
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.8"
exact: "0.1.9"
),
.package(
url: "https://github.com/lukepistrol/SwiftLintPlugin",
Expand Down

0 comments on commit 7a0a415

Please sign in to comment.