diff --git a/DemoApp/EditorViewController.swift b/DemoApp/EditorViewController.swift index 06d68d0..cffd29d 100644 --- a/DemoApp/EditorViewController.swift +++ b/DemoApp/EditorViewController.swift @@ -28,7 +28,7 @@ class EditorViewController: NSViewController { import Foundation func hello() { - print("Hello World!") + \tprint("Hello World!") } """ } diff --git a/Package.swift b/Package.swift index adf53b8..cba9040 100644 --- a/Package.swift +++ b/Package.swift @@ -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: [