From b46dbe00e52624340ddd39b0de4f14c7ae3c304d Mon Sep 17 00:00:00 2001 From: Paul Gross Date: Mon, 18 May 2026 17:42:04 +0000 Subject: [PATCH] Update dependency github:casey/just to v1.51.0 --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index 12a08ce..b1b7636 100644 --- a/mise.toml +++ b/mise.toml @@ -1,6 +1,6 @@ [tools] go = "1.26.3" # Matches the version in go.mod uv = "0.11.13" -"github:casey/just" = "1.50.0" +"github:casey/just" = "1.51.0" golangci-lint = "2.12.2" "pipx:sqlfluff" = "4.0.0"