Skip to content

Commit 433a75e

Browse files
authored
build: add .tool-versions. (#18)
* Add `.tool-versions`. * Go 1.20.
1 parent 75b5b86 commit 433a75e

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.tool-versions

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
elixir 1.15
2+
erlang 25.3
3+
golang 1.20

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# lambda_ethereum_consensus
22

33
## Prerequisites
4-
5-
- Elixir and mix [installed](https://elixir-lang.org/install.html) (e.g. with asdf, or brew).
6-
4+
- [asdf](https://github.com/asdf-vm/asdf), see `.tool-versions` for the required versions.
75
## Installing and running
86

97
There are Makefile targets for these tasks.

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule LambdaEthereumConsensus.MixProject do
55
[
66
app: :lambda_ethereum_consensus,
77
version: "0.1.0",
8-
elixir: "~> 1.14",
8+
elixir: "~> 1.15",
99
start_permanent: Mix.env() == :prod,
1010
deps: deps()
1111
]

0 commit comments

Comments
 (0)