Skip to content

Commit

Permalink
bump elixir version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
yordis committed Oct 17, 2023
1 parent 7c9ea03 commit b4a91fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule EventStore.Mixfile do
[
app: :eventstore,
version: @version,
elixir: "~> 1.10",
elixir: "~> 1.11",
elixirc_paths: elixirc_paths(Mix.env()),
deps: deps(),
description: description(),
Expand Down

0 comments on commit b4a91fc

Please sign in to comment.