Skip to content

Commit

Permalink
Update trino-main to 454
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial-bot committed Aug 16, 2024
1 parent 4356111 commit 9ddd7e5
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 @@ -953,7 +953,7 @@ def sqlRefLib = { scalaVersion: String =>
// Include Spark just as a reference implementation
"org.apache.spark" %% "spark-sql" % "3.5.2" % Test,
// Include Trino as a reference implementation
"io.trino" % "trino-main" % "453" % Test
"io.trino" % "trino-main" % "454" % Test
)
} else {
Seq.empty
Expand Down

0 comments on commit 9ddd7e5

Please sign in to comment.