Skip to content

Commit afd1f0d

Browse files
committed
Require Elixir 1.15
1 parent ad5cea0 commit afd1f0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defmodule EctoSQL.MixProject do
99
[
1010
app: :ecto_sql,
1111
version: @version,
12-
elixir: "~> 1.14",
12+
elixir: "~> 1.15",
1313
deps: deps(),
1414
test_paths: test_paths(System.get_env("ECTO_ADAPTER")),
1515
xref: [

0 commit comments

Comments
 (0)