From 70ff9ca5bdfd853c0bf4b43142f5f6c7b09f0e66 Mon Sep 17 00:00:00 2001 From: Lukas Pistrol Date: Sun, 19 Feb 2023 20:07:43 +0100 Subject: [PATCH] update CodeEditLanguages to 0.1.11 --- Package.resolved | 8 ++++---- Package.swift | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.resolved b/Package.resolved index 747537e6a..cf0b8e192 100644 --- a/Package.resolved +++ b/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/CodeEditApp/CodeEditLanguages.git", "state" : { - "revision" : "cbf494d5a0080d7b49ba2bc1e2e8dbfac7ed863a", - "version" : "0.1.10" + "revision" : "02595fb02841568b9befcbfcdaf9be88280c49aa", + "version" : "0.1.11" } }, { @@ -23,8 +23,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/krzyzanowskim/STTextView", "state" : { - "revision" : "3df7ce1829a9277f427daa794e8a0d1aaeacfbb7", - "version" : "0.1.2" + "revision" : "41c7c87a552e6286ebea5f348e820b529c6f5662", + "version" : "0.4.2" } }, { diff --git a/Package.swift b/Package.swift index 5b7c530ae..5c1461071 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.10" + exact: "0.1.11" ), .package( url: "https://github.com/lukepistrol/SwiftLintPlugin",