Skip to content

Commit

Permalink
Move to using main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Jan 5, 2025
1 parent ca4a9de commit ea10aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
.library(name: "Neon", targets: ["Neon"]),
],
dependencies: [
.package(url: "https://github.com/ChimeHQ/SwiftTreeSitter", revision: "55f2c2fdaf859f86e4ea8513b9934badc7894019"),
.package(url: "https://github.com/ChimeHQ/SwiftTreeSitter", branch: "main"),
.package(url: "https://github.com/ChimeHQ/Rearrange", from: "2.0.0"),
],
targets: [
Expand Down

0 comments on commit ea10aaa

Please sign in to comment.