Skip to content

Commit

Permalink
remove parsergen and ts4s
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Nov 9, 2024
1 parent 663d3b3 commit 7f40331
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ val commonSettings = Seq(
Test / scalacOptions += "-Wconf:cat=deprecation:silent,msg=Specify both message and version:silent",
scalacOptions += "-release:11",
mimaFailOnNoPrevious := false,
resolvers += "Sonatype S01 snapshots" at "https://s01.oss.sonatype.org/content/repositories/snapshots",
)

def module(
Expand Down Expand Up @@ -117,26 +116,13 @@ 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-460753c-SNAPSHOT",
)
)
.dependsOn(
ast % "test->test;compile->compile",
source % "test->test;compile->compile",
)

lazy val parsergen = module("parser-gen")
.settings(
libraryDependencies ++= Seq(
"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",
),
scalacOptions -= "-release:11",
)
.enablePlugins(Smithy4sCodegenPlugin)

// Formatter for the SmithyQL language constructs
lazy val formatter = module("formatter")
.settings(
Expand Down Expand Up @@ -264,7 +250,6 @@ lazy val root = project
core,
examples,
parser,
parsergen,
formatter,
languageSupport,
lsp,
Expand Down

0 comments on commit 7f40331

Please sign in to comment.