Skip to content

Commit

Permalink
🎉 Release 20230411.0 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmondal authored Apr 11, 2023
1 parent be56c3b commit 0b085c4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module(
name = "rules_ll",
version = "20230218.0",
version = "20230411.0",
compatibility_level = 0,
)

Expand Down
2 changes: 1 addition & 1 deletion examples/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bazel_dep(name="rules_ll", version="20230218.0")
bazel_dep(name="rules_ll", version="20230411.0")
local_path_override(module_name = "rules_ll", path = "..")

bazel_dep(name = "bazel_skylib", version = "1.4.1")
2 changes: 1 addition & 1 deletion templates/default/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bazel_dep(name = "rules_ll", version = "20230218.0")
bazel_dep(name = "rules_ll", version = "20230411.0")
2 changes: 1 addition & 1 deletion templates/default/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
nixpkgs.url = "github:nixos/nixpkgs";
flake-utils.url = "github:numtide/flake-utils";
pre-commit-hooks-nix.url = "github:cachix/pre-commit-hooks.nix";
rules_ll.url = "github:eomii/rules_ll/20230218.0";
rules_ll.url = "github:eomii/rules_ll/20230411.0";
};

outputs =
Expand Down

0 comments on commit 0b085c4

Please sign in to comment.