diff --git a/build.sbt b/build.sbt index c549606ecf..c343c2588f 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" % "431" % Test + "io.trino" % "trino-main" % "432" % Test ) } else { Seq.empty