Skip to content

Commit

Permalink
Ordering of annotation params matter in 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
hamnis committed Nov 17, 2023
1 parent 84acb5a commit 76a8554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/no/nrk/bigquery/BQJobName.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ object BQJobName {
/** use a macro to automatically name a job based on the name of the context in which `auto` is called. A typical name
* is `no_nrk_recommendations_datahub_ecommerce_ECommerceETL_bqFetchRowsForDate`
*/
@deprecated(since = "0.13.0", message = "Use BQJobId.auto instead")
@deprecated(message = "Use BQJobId.auto instead", since = "0.13.0")
def auto(implicit enclosing: sourcecode.Enclosing): BQJobName =
apply(enclosing.value)

Expand Down

0 comments on commit 76a8554

Please sign in to comment.