Skip to content

Commit

Permalink
Update trino-main to 362 (#1842)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 21, 2021
1 parent 38b544c commit f33e5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -890,7 +890,7 @@ def sqlRefLib = { scalaVersion: String =>
// Include Spark just as a reference implementation
"org.apache.spark" %% "spark-sql" % "3.1.2" % Test,
// Include Trino as a reference implementation
"io.trino" % "trino-main" % "361" % Test
"io.trino" % "trino-main" % "362" % Test
)
} else {
Seq.empty
Expand Down

0 comments on commit f33e5a7

Please sign in to comment.