From faa43b009bbcebe8b97d904017721393373aac85 Mon Sep 17 00:00:00 2001 From: Paul Gross Date: Tue, 11 Aug 2026 01:09:19 +0000 Subject: [PATCH] Update dependency github:casey/just to v1.58.0 --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index afcd75e..7ab4831 100644 --- a/mise.toml +++ b/mise.toml @@ -1,6 +1,6 @@ [tools] go = "1.26.4" # Matches the version in go.mod uv = "0.11.25" -"github:casey/just" = "1.55.0" +"github:casey/just" = "1.58.0" golangci-lint = "2.12.2" "pipx:sqlfluff" = "4.0.0"