Skip to content

Commit

Permalink
Bump elixir and erlang version in asdf file
Browse files Browse the repository at this point in the history
  • Loading branch information
CDimonaco committed Nov 7, 2024
1 parent caceabb commit 3625cbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
elixir 1.14.3-otp-25
erlang 25.2.2
elixir 1.15.7-otp-26
erlang 26.2.1
golang 1.18.1
protoc 3.20.1
protoc-gen-go 1.28.1
2 changes: 1 addition & 1 deletion elixir/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule Proto.MixProject do
[
app: :trento_contracts,
version: "0.1.0",
elixir: "~> 1.13",
elixir: "~> 1.15",
start_permanent: Mix.env() == :prod,
elixirc_paths: elixirc_paths(Mix.env()),
deps: deps()
Expand Down

0 comments on commit 3625cbd

Please sign in to comment.