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 4f8951c + 68d1f01 commit fb1e6bdCopy full SHA for fb1e6bd
build.sbt
@@ -111,7 +111,7 @@ lazy val core = crossProject(JVMPlatform)
111
"org.typelevel" %% "literally" % "1.1.0",
112
"org.scalameta" %% "munit" % "0.7.29" % Test,
113
"org.typelevel" %% "munit-cats-effect-3" % "1.0.7" % Test,
114
- "com.google.cloud" % "google-cloud-bigquery" % "2.25.0",
+ "com.google.cloud" % "google-cloud-bigquery" % "2.26.1",
115
"com.google.cloud" % "google-cloud-bigquerystorage" % "2.37.0",
116
"com.google.cloud" % "google-cloud-bigquerydatatransfer" % "2.17.0",
117
"org.apache.avro" % "avro" % "1.11.1",
0 commit comments