diff --git a/deployment/mise.toml b/deployment/mise.toml index 53b683a7d3..b4d40a5fdf 100644 --- a/deployment/mise.toml +++ b/deployment/mise.toml @@ -1,6 +1,6 @@ [tools] terragrunt = "0.93.10" -opentofu = "1.10.7" +opentofu = "1.11.2" [tasks."tg:fmt"] run = "terragrunt hclfmt" diff --git a/mise.toml b/mise.toml index 0b61f3c26a..1c16d7878c 100644 --- a/mise.toml +++ b/mise.toml @@ -5,7 +5,7 @@ node = "24.11.1" flutter = "3.35.7" pnpm = "10.24.0" terragrunt = "0.93.10" -opentofu = "1.10.7" +opentofu = "1.11.2" java = "25.0.1" [tools."github:CQLabs/homebrew-dcm"]