Skip to content

Commit

Permalink
[chore]: Update CodeEditLanguages to 0.1.16 (#198)
Browse files Browse the repository at this point in the history
## Updates to CodeEditLanguages:
- Add JSDoc Grammar in
CodeEditApp/CodeEditLanguages#45
- Shebang and Modeline Detection in
CodeEditApp/CodeEditLanguages#47
  • Loading branch information
thecoolwinter authored Jun 18, 2023
1 parent 8150e91 commit 92428aa
Showing 1 changed file with 1 addition and 1 deletion.
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.15"
exact: "0.1.16"
),
.package(
url: "https://github.com/lukepistrol/SwiftLintPlugin",
Expand Down

0 comments on commit 92428aa

Please sign in to comment.