diff --git a/build.sbt b/build.sbt index a2bc689bd4..f6f5f046a0 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" % "427" % Test + "io.trino" % "trino-main" % "428" % Test ) } else { Seq.empty