Skip to content

Commit

Permalink
use ts4s 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Nov 11, 2024
1 parent 40455a3 commit 5458c9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ lazy val parser = module("parser")
lazy val treesitter = module("treesitter")
.settings(
libraryDependencies ++= Seq(
"org.polyvariant.treesitter4s" %% "core" % "0.3-460753c-SNAPSHOT"
"org.polyvariant.treesitter4s" %% "core" % "0.4.0"
)
)

Expand All @@ -138,7 +138,7 @@ lazy val parsergen = module("parser-gen")
"dev.optics" %% "monocle-core" % "3.3.0",
"com.disneystreaming.smithy4s" %% "smithy4s-json" % smithy4sVersion.value,
("org.scalameta" %% "scalameta" % "4.11.0").cross(CrossVersion.for3Use2_13),
"org.polyvariant.treesitter4s" %% "core" % "0.3-460753c-SNAPSHOT",
"org.polyvariant.treesitter4s" %% "core" % "0.4.0",
),
scalacOptions -= "-release:11",
)
Expand Down

0 comments on commit 5458c9b

Please sign in to comment.