Skip to content

Commit

Permalink
point to released elixir
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Mar 28, 2019
1 parent f992543 commit 79cb860
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule BencheeCSV.Mixfile do
use Mix.Project

@version "0.9.0"
@version "1.0.0"

def project do
[
Expand Down Expand Up @@ -35,7 +35,7 @@ defmodule BencheeCSV.Mixfile do

defp deps do
[
{:benchee, "~> 0.14", github: "PragTob/benchee"},
{:benchee, ">= 0.99.0 and < 2.0.0"},
{:csv, "~> 2.0"},
{:excoveralls, "~> 0.10.0", only: :test},
{:credo, "~> 1.0", only: :dev},
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%{
"benchee": {:git, "https://github.com/PragTob/benchee.git", "f964af7527afffe9c31b8b2750df688a91dc3de1", []},
"benchee": {:hex, :benchee, "0.99.0", "0efbfc31045ad2f75a48673bd1befa8a6a5855e93b8c3117aed7d7da8de65b71", [:mix], [{:deep_merge, "~> 1.0", [hex: :deep_merge, repo: "hexpm", optional: false]}], "hexpm"},
"bunt": {:hex, :bunt, "0.2.0", "951c6e801e8b1d2cbe58ebbd3e616a869061ddadcc4863d0a2182541acae9a38", [:mix], [], "hexpm"},
"certifi": {:hex, :certifi, "2.5.1", "867ce347f7c7d78563450a18a6a28a8090331e77fa02380b4a21962a65d36ee5", [:rebar3], [{:parse_trans, "~>3.3", [hex: :parse_trans, repo: "hexpm", optional: false]}], "hexpm"},
"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"},
Expand Down

0 comments on commit 79cb860

Please sign in to comment.