Skip to content

Commit

Permalink
Merge pull request #331 from nrkno/update/zetasql-toolkit-core-0.5.1
Browse files Browse the repository at this point in the history
Update zetasql-toolkit-core to 0.5.1
  • Loading branch information
hamnis committed May 13, 2024
2 parents 9aae529 + b12e061 commit eb11e6f
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 @@ -204,7 +204,7 @@ lazy val zetasql = crossProject(JVMPlatform)
.settings(
name := "bigquery-zetasql",
libraryDependencies ++= Seq(
("com.google.zetasql.toolkit" % "zetasql-toolkit-core" % "0.5.0")
("com.google.zetasql.toolkit" % "zetasql-toolkit-core" % "0.5.1")
.exclude("com.google.cloud", "google-cloud-spanner"),
"org.scalameta" %% "munit" % "0.7.29",
"org.typelevel" %% "munit-cats-effect-3" % "1.0.7"
Expand Down

0 comments on commit eb11e6f

Please sign in to comment.