Skip to content

Commit fbabc59

Browse files
Bump CETV (#262)
Bumps CETV to 0.7.6.
1 parent 515b025 commit fbabc59

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
@@ -14,8 +14,8 @@
1414
"kind" : "remoteSourceControl",
1515
"location" : "https://github.com/CodeEditApp/CodeEditTextView.git",
1616
"state" : {
17-
"revision" : "eb1d38247a45bc678b5a23a65d6f6df6c56519e4",
18-
"version" : "0.7.5"
17+
"revision" : "2619cb945b4d6c2fc13f22ba873ba891f552b0f3",
18+
"version" : "0.7.6"
1919
}
2020
},
2121
{
@@ -41,8 +41,8 @@
4141
"kind" : "remoteSourceControl",
4242
"location" : "https://github.com/apple/swift-collections.git",
4343
"state" : {
44-
"revision" : "ee97538f5b81ae89698fd95938896dec5217b148",
45-
"version" : "1.1.1"
44+
"revision" : "3d2dc41a01f9e49d84f0a3925fb858bed64f702d",
45+
"version" : "1.1.2"
4646
}
4747
},
4848
{

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let package = Package(
1717
// A fast, efficient, text view for code.
1818
.package(
1919
url: "https://github.com/CodeEditApp/CodeEditTextView.git",
20-
from: "0.7.5"
20+
from: "0.7.6"
2121
),
2222
// tree-sitter languages
2323
.package(

0 commit comments

Comments
 (0)