Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyzanowskim committed Feb 6, 2024
1 parent 7bcd6c3 commit 51ee66d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ let package = Package(
targets: ["NeonPlugin"]),
],
dependencies: [
.package(url: "https://github.com/krzyzanowskim/STTextView", from: "0.8.13"),
.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/tree-sitter-xcframework", from: "0.208.3")
.package(url: "https://github.com/krzyzanowskim/tree-sitter-xcframework", from: "0.208.4")
],
targets: [
.target(
Expand Down

0 comments on commit 51ee66d

Please sign in to comment.