Skip to content

Commit

Permalink
Merge pull request #335 from nrkno/update/googleapis-http4s-bigquery-…
Browse files Browse the repository at this point in the history
…0.4.2-v2-20240423

Update googleapis-http4s-bigquery to 0.4.2-v2-20240423
  • Loading branch information
hamnis authored May 21, 2024
2 parents 2ff21bf + 9dee3ee commit fad1831
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ lazy val `http4s-client` = crossProject(JVMPlatform)
// needed because of hard-link in http4s-grpc
// https://github.com/davenverse/http4s-grpc/pull/89
"org.http4s" %% "http4s-ember-core" % "0.23.27",
"net.hamnaberg.googleapis" %% "googleapis-http4s-bigquery" % "0.4.1-v2-20240323",
"net.hamnaberg.googleapis" %% "googleapis-http4s-bigquery" % "0.4.2-v2-20240423",
"com.permutive" %% "gcp-auth" % "0.2.0"
)
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object SchemaHelper {

def fromTableFieldSchema(field: TableFieldSchema): BQField =
field match {
case TableFieldSchema(Some(name), _, _, _, tags, desc, _, subFields, _, mode, Some(typ), _, _, _) =>
case TableFieldSchema(Some(name), _, _, _, tags, desc, _, subFields, _, mode, Some(typ), _, _, _, _) =>
BQField(
name = name,
tpe = BQField.Type.unsafeFromString(typ match {
Expand Down

0 comments on commit fad1831

Please sign in to comment.