diff --git a/Package.resolved b/Package.resolved index 2ac24b680..0d151c1e5 100644 --- a/Package.resolved +++ b/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/CodeEditApp/CodeEditLanguages.git", "state" : { - "revision" : "2afcfab433a53e0a3e79ff18d34fbf8247e62922", - "version" : "0.1.7" + "revision" : "28cf9d50f0bc27fd217bc77b0578d80b9074b252", + "version" : "0.1.8" } }, { diff --git a/Package.swift b/Package.swift index 5ef737392..76808bdeb 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.7" + exact: "0.1.8" ), .package( url: "https://github.com/lukepistrol/SwiftLintPlugin",