Skip to content

Commit a7e969d

Browse files
committed
0.6.0
1 parent 0cbb93c commit a7e969d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

mix.exs

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

4-
@version "0.5.0"
4+
@version "0.6.0"
55
def project do
66
[
77
app: :benchee_html,
@@ -47,8 +47,8 @@ defmodule BencheeHTML.Mixfile do
4747
# Type "mix help deps" for more examples and options
4848
defp deps do
4949
[
50-
{:benchee, github: "PragTob/benchee", override: true},
51-
{:benchee_json, github: "PragTob/benchee_json"},
50+
{:benchee, "~> 0.14"},
51+
{:benchee_json, "~> 0.6"},
5252
{:excoveralls, "~> 0.10.0", only: :test},
5353
{:mix_test_watch, "~> 0.2", only: :dev},
5454
{:credo, "~> 1.0", only: :dev},

mix.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%{
2-
"benchee": {:git, "https://github.com/PragTob/benchee.git", "7216d6da0ffb24dbb48235789e339a0cdb39606b", []},
3-
"benchee_json": {:git, "https://github.com/PragTob/benchee_json.git", "bd033dabbea60d87fac0553d443d63130152e5de", []},
2+
"benchee": {:hex, :benchee, "0.14.0", "f771f587c48b4824b497e2a3e374f75e93ef01fc329873b089a3f5dd961b80b8", [:mix], [{:deep_merge, "~> 0.1", [hex: :deep_merge, repo: "hexpm", optional: false]}], "hexpm"},
3+
"benchee_json": {:hex, :benchee_json, "0.6.0", "8cc0a27cd2a6ef1e89b7810272f58fff810c41b73ea4b4d67b5089a82337bff2", [:mix], [{:benchee, "~> 0.14", [hex: :benchee, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm"},
44
"bunt": {:hex, :bunt, "0.2.0", "951c6e801e8b1d2cbe58ebbd3e616a869061ddadcc4863d0a2182541acae9a38", [:mix], [], "hexpm"},
55
"certifi": {:hex, :certifi, "2.4.2", "75424ff0f3baaccfd34b1214184b6ef616d89e420b258bb0a5ea7d7bc628f7f0", [:rebar3], [{:parse_trans, "~>3.3", [hex: :parse_trans, repo: "hexpm", optional: false]}], "hexpm"},
66
"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)