Skip to content

Commit

Permalink
Switched to SDK API that takes a parsed tree as parameter (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgaidioz authored Oct 30, 2024
1 parent 3bc99fd commit c8c5675
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 524 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,7 @@ lazy val root = (project in file("."))
"com.fasterxml.jackson.datatype" % "jackson-datatype-jsr310" % "2.15.2",
"com.fasterxml.jackson.datatype" % "jackson-datatype-jdk8" % "2.15.2",
"com.fasterxml.jackson.datatype" % "jackson-datatype-joda" % "2.15.2",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.15.2",
"com.github.jsqlparser" % "jsqlparser" % "5.0",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.15.2"
)
)

Expand Down
Loading

0 comments on commit c8c5675

Please sign in to comment.