Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PragTob committed Feb 10, 2019
1 parent 0cbb93c commit a7e969d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule BencheeHTML.Mixfile do
use Mix.Project

@version "0.5.0"
@version "0.6.0"
def project do
[
app: :benchee_html,
Expand Down Expand Up @@ -47,8 +47,8 @@ defmodule BencheeHTML.Mixfile do
# Type "mix help deps" for more examples and options
defp deps do
[
{:benchee, github: "PragTob/benchee", override: true},
{:benchee_json, github: "PragTob/benchee_json"},
{:benchee, "~> 0.14"},
{:benchee_json, "~> 0.6"},
{:excoveralls, "~> 0.10.0", only: :test},
{:mix_test_watch, "~> 0.2", only: :dev},
{:credo, "~> 1.0", only: :dev},
Expand Down
4 changes: 2 additions & 2 deletions mix.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%{
"benchee": {:git, "https://github.com/PragTob/benchee.git", "7216d6da0ffb24dbb48235789e339a0cdb39606b", []},
"benchee_json": {:git, "https://github.com/PragTob/benchee_json.git", "bd033dabbea60d87fac0553d443d63130152e5de", []},
"benchee": {:hex, :benchee, "0.14.0", "f771f587c48b4824b497e2a3e374f75e93ef01fc329873b089a3f5dd961b80b8", [:mix], [{:deep_merge, "~> 0.1", [hex: :deep_merge, repo: "hexpm", optional: false]}], "hexpm"},
"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"},
"bunt": {:hex, :bunt, "0.2.0", "951c6e801e8b1d2cbe58ebbd3e616a869061ddadcc4863d0a2182541acae9a38", [:mix], [], "hexpm"},
"certifi": {:hex, :certifi, "2.4.2", "75424ff0f3baaccfd34b1214184b6ef616d89e420b258bb0a5ea7d7bc628f7f0", [:rebar3], [{:parse_trans, "~>3.3", [hex: :parse_trans, repo: "hexpm", optional: false]}], "hexpm"},
"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"},
Expand Down

0 comments on commit a7e969d

Please sign in to comment.