We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a98fd3 + 8a9642a commit a53d584Copy full SHA for a53d584
build.sbt
@@ -101,7 +101,7 @@ lazy val core = crossProject(JVMPlatform)
101
"org.typelevel" %% "cats-effect" % "3.4.8",
102
"org.scalameta" %% "munit" % "0.7.29" % Test,
103
"org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % Test,
104
- "com.google.cloud" % "google-cloud-bigquery" % "2.23.1",
+ "com.google.cloud" % "google-cloud-bigquery" % "2.23.2",
105
"com.google.cloud" % "google-cloud-bigquerystorage" % "2.33.1",
106
"com.google.cloud" % "google-cloud-bigquerydatatransfer" % "2.12.0",
107
"org.apache.avro" % "avro" % "1.11.1",
0 commit comments