We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.tool-versions
1 parent 75b5b86 commit 433a75eCopy full SHA for 433a75e
.tool-versions
@@ -0,0 +1,3 @@
1
+elixir 1.15
2
+erlang 25.3
3
+golang 1.20
README.md
@@ -1,9 +1,7 @@
# lambda_ethereum_consensus
## Prerequisites
4
-
5
-- Elixir and mix [installed](https://elixir-lang.org/install.html) (e.g. with asdf, or brew).
6
+- [asdf](https://github.com/asdf-vm/asdf), see `.tool-versions` for the required versions.
7
## Installing and running
8
9
There are Makefile targets for these tasks.
mix.exs
@@ -5,7 +5,7 @@ defmodule LambdaEthereumConsensus.MixProject do
[
app: :lambda_ethereum_consensus,
version: "0.1.0",
- elixir: "~> 1.14",
+ elixir: "~> 1.15",
start_permanent: Mix.env() == :prod,
10
deps: deps()
11
]
0 commit comments