Skip to content

Commit

Permalink
chore: Update min elixir version
Browse files Browse the repository at this point in the history
  • Loading branch information
eltonplima committed Jan 7, 2024
1 parent dffc2b1 commit 96b398f
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 @@ -7,7 +7,7 @@ defmodule Commanded.EventStore.Adapters.EventStore.Mixfile do
[
app: :commanded_eventstore_adapter,
version: @version,
elixir: "~> 1.9",
elixir: "~> 1.12",
elixirc_paths: elixirc_paths(Mix.env()),
consolidate_protocols: Mix.env() != :test,
description: description(),
Expand Down

0 comments on commit 96b398f

Please sign in to comment.