aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlthms <contact@thomasletan.fr>2017-08-06 10:02:57 +0000
committerThomas Letan <contact@thomasletan.fr>2018-01-24 08:10:30 +0100
commitca1b1fcab03331cb5d8d92182220269eafe28be5 (patch)
treed34aeebd3dd2312cbf4392e1fa4ee4b118dddd60
parentchore: write a minimalist plain text README (diff)
deps: Update dependencies to latest
-rw-r--r--mix.exs14
1 files changed, 7 insertions, 7 deletions
diff --git a/mix.exs b/mix.exs
index 882b4fe..14767db 100644
--- a/mix.exs
+++ b/mix.exs
@@ -6,7 +6,7 @@ defmodule Lkn.Mixfile do
app: :lkn_core,
name: "lkn-core",
version: "0.1.0",
- elixir: "~> 1.4",
+ elixir: "~> 1.5",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
source_url: "https://nest.pijul.com/lthms/lkn-core",
@@ -44,15 +44,15 @@ defmodule Lkn.Mixfile do
[
# runtime
{:uuid, "~> 1.1"},
- {:lkn_prelude, "~> 0.1.1"},
- {:beacon, "~> 1.0"},
+ {:lkn_prelude, "~> 0.1.2"},
+ {:beacon, "~> 1.1"},
# development
- {:credo, "~> 0.4", only: [:dev, :test], runtime: false},
+ {:credo, "~> 0.8", only: [:dev, :test], runtime: false},
{:dialyxir, "~> 0.5", only: :dev, runtime: false},
- {:ex_doc, "~> 0.15", only: :dev, runtime: false},
- {:excoveralls, "~> 0.6", only: :test, runtime: false},
- {:distillery, "~> 1.0", runtime: false},
+ {:ex_doc, "~> 0.16", only: :dev, runtime: false},
+ {:excoveralls, "~> 0.7", only: :test, runtime: false},
+ {:distillery, "~> 1.4", runtime: false},
]
end