Skip to content

Commit

Permalink
Merge pull request #15 from eltonplima/chore/upgrade-elixir-and-erlang
Browse files Browse the repository at this point in the history
Upgrade elixir and erlang
  • Loading branch information
slashdotdash authored Jan 18, 2024
2 parents 905974e + 96b398f commit 38a4b48
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,2 +1,2 @@
elixir 1.14.0-otp-25
erlang 25.0.4
elixir 1.14.5-otp-25
erlang 25.3.2.8
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 38a4b48

Please sign in to comment.