diff --git a/Package.resolved b/Package.resolved index 8bca37169..10571993d 100644 --- a/Package.resolved +++ b/Package.resolved @@ -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" } }, { diff --git a/Package.swift b/Package.swift index 70d220139..48f9b1a90 100644 --- a/Package.swift +++ b/Package.swift @@ -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",