Skip to content

Commit

Permalink
Modernize jsonnet build rules
Browse files Browse the repository at this point in the history
  • Loading branch information
simonff authored Sep 17, 2024
1 parent 196915d commit ce54a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog/BUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The EarthEngine Catalog STAC catalog from Jsonnet.

load("@io_bazel_rules_jsonnet//jsonnet:jsonnet.bzl", "jsonnet_library")
load("@rules_jsonnet//jsonnet:jsonnet.bzl", "jsonnet_library")
load("@//dev:jsonnets_to_json.bzl", "jsonnets_to_json")

jsonnets_to_json(
Expand Down

0 comments on commit ce54a1f

Please sign in to comment.