Skip to content

Commit

Permalink
Merge pull request #195 from nrkno/update/zetasql-toolkit-bigquery-0.4.1
Browse files Browse the repository at this point in the history
Update zetasql-toolkit-bigquery to 0.4.1
  • Loading branch information
hamnis authored Oct 16, 2023
2 parents 88efb73 + 4bdeecd commit 989ce94
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 @@ -135,7 +135,7 @@ lazy val zetasql = crossProject(JVMPlatform)
name := "bigquery-zetasql",
tlMimaPreviousVersions := Set.empty,
libraryDependencies ++= Seq(
"com.google.zetasql.toolkit" % "zetasql-toolkit-bigquery" % "0.4.0",
"com.google.zetasql.toolkit" % "zetasql-toolkit-bigquery" % "0.4.1",
"org.scalameta" %% "munit" % "0.7.29",
"org.typelevel" %% "munit-cats-effect-3" % "1.0.7"
)
Expand Down

0 comments on commit 989ce94

Please sign in to comment.