Skip to content

Commit 6b9fd3e

Browse files
committed
Updated elixir version for the project
1 parent bf7b3a6 commit 6b9fd3e

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
@@ -7,7 +7,7 @@ defmodule Spotter.MixProject do
77
[
88
app: :spotter,
99
version: @version,
10-
elixir: "~> 1.6",
10+
elixir: "~> 1.7",
1111
start_permanent: Mix.env() == :prod,
1212
description: description(),
1313
package: package(),

0 commit comments

Comments
 (0)