Skip to content

Commit

Permalink
use an existing snapshot instead
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Oct 29, 2024
1 parent a67db72 commit 7cc3713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ lazy val parser = module("parser")
"io.circe" %% "circe-generic" % "0.14.10" % Test,
"io.circe" %% "circe-parser" % "0.14.10" % Test,
"co.fs2" %% "fs2-io" % "3.11.0" % Test,
"org.polyvariant.treesitter4s" %% "core" % "0.3-b944a3d-SNAPSHOT",
"org.polyvariant.treesitter4s" %% "core" % "0.3-8c8ea67-SNAPSHOT",
)
)
.dependsOn(
Expand Down

0 comments on commit 7cc3713

Please sign in to comment.