Skip to content

Commit 2cb7b34

Browse files
committed
Update min Elixir version to 1.15
This is mostly a min version setting. 1.13 is pretty old by this point. The only time it would fail is when Elixir < 1.15 > 2 would be used.
1 parent 1188d66 commit 2cb7b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ defmodule CouchDBTest.Mixfile do
5050
[
5151
app: :couchdbtest,
5252
version: "0.1.0",
53-
elixir: "~> 1.13",
53+
elixir: "~> 1.15",
5454
lockfile: Path.expand("mix.lock", __DIR__),
5555
deps_path: Path.expand("src", __DIR__),
5656
build_path: Path.expand("_build", __DIR__),

0 commit comments

Comments
 (0)