Skip to content
This repository was archived by the owner on Jun 6, 2021. It is now read-only.

Commit e74631e

Browse files
author
Alex Rønne Petersen
committed
Update to Elixir 1.0.2.
1 parent 6406b8a commit e74631e

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
@@ -4,7 +4,7 @@ defmodule ExMake.Mixfile do
44
def project() do
55
[app: :exmake,
66
version: String.strip(File.read!("VERSION")),
7-
elixir: "~> 0.15.0",
7+
elixir: "~> 1.0.2",
88
build_per_environment: false,
99
escript: [main_module: ExMake.Application,
1010
path: Path.join(["_build", "shared", "lib", "exmake", "ebin", "exmake"]),

0 commit comments

Comments
 (0)