Skip to content

Commit

Permalink
Merge pull request #2486 from guardian/gh-bigqueryconfig-version-bump
Browse files Browse the repository at this point in the history
Update BigQueryConfig version
  • Loading branch information
graham228221 authored Oct 9, 2024
2 parents 1ae5546 + d4c240d commit e7467b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ case class BigQueryConfig(bigQueryCredentials: JsObject)

object BigQueryConfig {
implicit val bigQueryConfigReads = Json.reads[BigQueryConfig]
implicit val location = ConfigLocation[BigQueryConfig](path = "bigQuery", version = 1)
implicit val location = ConfigLocation[BigQueryConfig](path = "bigQuery", version = 2)
}

0 comments on commit e7467b1

Please sign in to comment.