Upgrade elixir/erlang versions #4

Merged
joao.dubas merged 2 commits from jpd-chore-upgrade-rtx-plugins into main 2023-10-26 00:01:50 +00:00
2 changed files with 5 additions and 3 deletions

View File

@ -85,7 +85,9 @@ return {
python = require('iron.fts.python').ipython,
typescript = require('iron.fts.typescript').ts
}
}
},
highlight = { italic = true },
ignore_blank_lines = true
})
end
},

View File

@ -1,7 +1,7 @@
[tools]
awscli = "2.13.5"
elixir = "1.15.4-otp-26"
erlang = "26.0.2"
elixir = "1.15.6-otp-26"
erlang = "26.1.1"
go = "1.20.6"
helm = "3.12.2"
kubectl = "1.27.4"