Skip to content

Commit

Permalink
automatic update of mezel artifact location to v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 28, 2024
1 parent b244e03 commit 3103243
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rules/load_mezel.bzl
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_jar")

def load_mezel():
version = "release-v0.2.5"
version = "release-v0.2.6"
http_jar(
name = "mezel_binary",
url = "https://github.com/valdemargr/mezel/releases/download/{}/{}".format(version, "mezel.jar"),
sha256 = "43752adb5fe9aa2e6af75eb37d306b59a24feae3816ebc29e19ca52a8d2ce4db",
sha256 = "9b4ca3fa259e58bd4c8b0b873d799070f534eb7273dfd54a780eafc286145c9d",
)

0 comments on commit 3103243

Please sign in to comment.