From 7cc37133739053ff9663fb328c4acce9211d617f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Koz=C5=82owski?= Date: Tue, 29 Oct 2024 20:36:46 +0100 Subject: [PATCH] use an existing snapshot instead --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5c31d8f8..b35accec 100644 --- a/build.sbt +++ b/build.sbt @@ -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(