Skip to content

Commit b3b8f76

Browse files
committed
0.9.0
1 parent 55c7c50 commit b3b8f76

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.8.0"
4+
@version "0.9.0"
55

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

3636
defp deps do
3737
[
38-
{:benchee, github: "PragTob/benchee"},
38+
{:benchee, "~> 0.14"},
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", "02616939306fb0abcccb2bbdf28fd02d5faf138f", []},
2+
"benchee": {:hex, :benchee, "0.14.0", "f771f587c48b4824b497e2a3e374f75e93ef01fc329873b089a3f5dd961b80b8", [:mix], [{:deep_merge, "~> 0.1", [hex: :deep_merge, repo: "hexpm", optional: false]}], "hexpm"},
33
"bunt": {:hex, :bunt, "0.2.0", "951c6e801e8b1d2cbe58ebbd3e616a869061ddadcc4863d0a2182541acae9a38", [:mix], [], "hexpm"},
44
"certifi": {:hex, :certifi, "2.4.2", "75424ff0f3baaccfd34b1214184b6ef616d89e420b258bb0a5ea7d7bc628f7f0", [:rebar3], [{:parse_trans, "~>3.3", [hex: :parse_trans, repo: "hexpm", optional: false]}], "hexpm"},
55
"credo": {:hex, :credo, "1.0.2", "88bc918f215168bf6ce7070610a6173c45c82f32baa08bdfc80bf58df2d103b6", [: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)