Skip to content

Commit 79cb860

Browse files
committed
point to released elixir
1 parent f992543 commit 79cb860

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule BencheeCSV.Mixfile do
22
use Mix.Project
33

4-
@version "0.9.0"
4+
@version "1.0.0"
55

66
def project do
77
[
@@ -35,7 +35,7 @@ defmodule BencheeCSV.Mixfile do
3535

3636
defp deps do
3737
[
38-
{:benchee, "~> 0.14", github: "PragTob/benchee"},
38+
{:benchee, ">= 0.99.0 and < 2.0.0"},
3939
{:csv, "~> 2.0"},
4040
{:excoveralls, "~> 0.10.0", only: :test},
4141
{:credo, "~> 1.0", only: :dev},

mix.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%{
2-
"benchee": {:git, "https://github.com/PragTob/benchee.git", "f964af7527afffe9c31b8b2750df688a91dc3de1", []},
2+
"benchee": {:hex, :benchee, "0.99.0", "0efbfc31045ad2f75a48673bd1befa8a6a5855e93b8c3117aed7d7da8de65b71", [:mix], [{:deep_merge, "~> 1.0", [hex: :deep_merge, repo: "hexpm", optional: false]}], "hexpm"},
33
"bunt": {:hex, :bunt, "0.2.0", "951c6e801e8b1d2cbe58ebbd3e616a869061ddadcc4863d0a2182541acae9a38", [:mix], [], "hexpm"},
44
"certifi": {:hex, :certifi, "2.5.1", "867ce347f7c7d78563450a18a6a28a8090331e77fa02380b4a21962a65d36ee5", [:rebar3], [{:parse_trans, "~>3.3", [hex: :parse_trans, repo: "hexpm", optional: false]}], "hexpm"},
55
"credo": {:hex, :credo, "1.0.4", "d2214d4cc88c07f54004ffd5a2a27408208841be5eca9f5a72ce9e8e835f7ede", [:mix], [{:bunt, "~> 0.2.0", [hex: :bunt, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm"},

0 commit comments

Comments
 (0)