Skip to content

Commit f4f2fcd

Browse files
authored
[chore]: Update CodeEditLanguages to 0.1.11 (#146)
Update `CodeEditLanguages` to 0.1.11 which introduces support for `OCaml`.
1 parent 248b58f commit f4f2fcd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Package.resolved

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"kind" : "remoteSourceControl",
66
"location" : "https://github.com/CodeEditApp/CodeEditLanguages.git",
77
"state" : {
8-
"revision" : "cbf494d5a0080d7b49ba2bc1e2e8dbfac7ed863a",
9-
"version" : "0.1.10"
8+
"revision" : "02595fb02841568b9befcbfcdaf9be88280c49aa",
9+
"version" : "0.1.11"
1010
}
1111
},
1212
{
@@ -23,8 +23,8 @@
2323
"kind" : "remoteSourceControl",
2424
"location" : "https://github.com/krzyzanowskim/STTextView",
2525
"state" : {
26-
"revision" : "3df7ce1829a9277f427daa794e8a0d1aaeacfbb7",
27-
"version" : "0.1.2"
26+
"revision" : "41c7c87a552e6286ebea5f348e820b529c6f5662",
27+
"version" : "0.4.2"
2828
}
2929
},
3030
{

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let package = Package(
1919
),
2020
.package(
2121
url: "https://github.com/CodeEditApp/CodeEditLanguages.git",
22-
exact: "0.1.10"
22+
exact: "0.1.11"
2323
),
2424
.package(
2525
url: "https://github.com/lukepistrol/SwiftLintPlugin",

0 commit comments

Comments
 (0)