Skip to content

Commit

Permalink
Update trino-cli, trino-client, trino-jdbc, ... to 431 (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial-bot authored Oct 28, 2023
1 parent d07e640 commit 54f4897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ val SCALA_3 = IO.read(file("SCALA_VERSION")).trim
val AIRFRAME_VERSION = sys.env.getOrElse("AIRFRAME_VERSION", "23.10.0")
val AIRSPEC_VERSION = "23.10.0"
val SCALAJS_DOM_VERSION = "2.4.0"
val TRINO_VERSION = "430"
val TRINO_VERSION = "431"

ThisBuild / scalaVersion := SCALA_3
ThisBuild / resolvers ++= Resolver.sonatypeOssRepos("snapshots")
Expand Down

0 comments on commit 54f4897

Please sign in to comment.