Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyzanowskim committed May 25, 2024
1 parent cde16fc commit 79d687c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DemoApp/EditorViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class EditorViewController: NSViewController {
import Foundation
func hello() {
print("Hello World!")
\tprint("Hello World!")
}
"""
}
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ let package = Package(
targets: ["NeonPlugin"]),
],
dependencies: [
.package(url: "https://github.com/krzyzanowskim/STTextView", from: "0.9.0"),
.package(url: "https://github.com/ChimeHQ/Neon.git", from: "0.5.1"),
.package(url: "https://github.com/krzyzanowskim/STTextView", from: "0.9.4"),
.package(url: "https://github.com/ChimeHQ/Neon.git", from: "0.6.0"),
.package(url: "https://github.com/krzyzanowskim/tree-sitter-xcframework", from: "0.208.5")
],
targets: [
Expand Down

0 comments on commit 79d687c

Please sign in to comment.