Skip to content

Commit d313263

Browse files
Update presto-main to 331 (#990)
1 parent 4d28b21 commit d313263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ lazy val sql =
689689
// Include Spark just as a reference implementation
690690
"org.apache.spark" %% "spark-sql" % "2.4.4" % "test",
691691
// Include Presto as a reference implementation
692-
"io.prestosql" % "presto-main" % "330" % "test"
692+
"io.prestosql" % "presto-main" % "331" % "test"
693693
)
694694
)
695695
.dependsOn(msgpackJVM, surfaceJVM, config, launcher, airspecRefJVM % "test")

0 commit comments

Comments
 (0)