diff --git a/build.sbt b/build.sbt index 50a3d36ba9..a17bd794e2 100644 --- a/build.sbt +++ b/build.sbt @@ -882,7 +882,7 @@ def sqlRefLib = { scalaVersion: String => // Include Spark just as a reference implementation "org.apache.spark" %% "spark-sql" % "3.5.0" % Test, // Include Trino as a reference implementation - "io.trino" % "trino-main" % "429" % Test + "io.trino" % "trino-main" % "430" % Test ) } else { Seq.empty