Skip to content

Commit 9f9dfbe

Browse files
Semen Osipovcursoragent
andcommitted
chore: bump ARMarkdownTextStorage to 2.0.1
Require upstream 2.0.1+ (spell-check friendly markdown TextStorage). Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 194aacf commit 9f9dfbe

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ let package = Package(
1212
targets: ["ARGrowingTextView"]),
1313
],
1414
dependencies: [
15-
.package(url: "https://github.com/AppleArealidea/ARMarkdownTextStorage.git", .upToNextMajor(from: "2.0.0"))
16-
],
15+
.package(url: "https://github.com/AppleArealidea/ARMarkdownTextStorage.git", .upToNextMajor(from: "2.0.1")),
16+
],
1717
targets: [
1818
.target(
1919
name: "ARGrowingTextView",

0 commit comments

Comments
 (0)