Skip to content

Commit

Permalink
Update presto-main to 329 (#910)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and xerial committed Jan 24, 2020
1 parent 73fb5f0 commit 0711050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -673,7 +673,7 @@ lazy val sql =
// Include Spark just as a reference implementation
"org.apache.spark" %% "spark-sql" % "2.4.4" % "test",
// Include Presto as a reference implementation
"io.prestosql" % "presto-main" % "328" % "test"
"io.prestosql" % "presto-main" % "329" % "test"
)
)
.dependsOn(msgpackJVM, surfaceJVM, config, launcher, airspecRefJVM % "test")
Expand Down

0 comments on commit 0711050

Please sign in to comment.