diff --git a/build.sbt b/build.sbt index a7629368a..c5b2a3b47 100644 --- a/build.sbt +++ b/build.sbt @@ -950,7 +950,7 @@ def sqlRefLib = { scalaVersion: String => // Include Spark just as a reference implementation "org.apache.spark" %% "spark-sql" % "3.5.1" % Test, // Include Trino as a reference implementation - "io.trino" % "trino-main" % "450" % Test + "io.trino" % "trino-main" % "451" % Test ) } else { Seq.empty