Skip to content

Commit

Permalink
feat: upgrade calcite to 1.34.0 (#146)
Browse files Browse the repository at this point in the history
Co-authored-by: Jacques Nadeau <jacques@apache.org>
  • Loading branch information
MasseGuillaume and jacques-n authored May 11, 2023
1 parent 9a12e60 commit 02b0f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isthmus/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ java {
withSourcesJar()
}

var CALCITE_VERSION = "1.32.0"
var CALCITE_VERSION = "1.34.0"

dependencies {
implementation(project(":core"))
Expand Down

0 comments on commit 02b0f17

Please sign in to comment.