Skip to content

Commit

Permalink
[chore]: Update CodeEditLanguages to 0.1.6 (#108)
Browse files Browse the repository at this point in the history
- update `CodeEditLanguages` to 0.1.6 including support for `Dockerfile`
files.
  • Loading branch information
lukepistrol authored Jan 9, 2023
2 parents 8d3f663 + 1e3c623 commit f5c485a
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" : "9f107a5d9a4da49075dcdc288b5e69527a9e5a64",
"version" : "0.1.5"
"revision" : "e7334f4f1c1495d88d663a92e0d1ebcbbcdb0550",
"version" : "0.1.6"
}
},
{
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.5"
exact: "0.1.6"
),
.package(
url: "https://github.com/lukepistrol/SwiftLintPlugin",
Expand Down

0 comments on commit f5c485a

Please sign in to comment.