Skip to content

Commit 23428ab

Browse files
committed
point to released benchee and benchee_json versions
1 parent 8a9457d commit 23428ab

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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.6.0"
4+
@version "1.0.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, "~> 0.14", github: "PragTob/benchee"},
51-
{:benchee_json, "~> 0.6", github: "PragTob/benchee_json"},
50+
{:benchee, ">= 0.99.0 and < 2.0.0"},
51+
{:benchee_json, "~> 1.0"},
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", "f964af7527afffe9c31b8b2750df688a91dc3de1", []},
3-
"benchee_json": {:git, "https://github.com/PragTob/benchee_json.git", "552cd5b655a4a4fb75c1ca065b3effdc56630f54", []},
2+
"benchee": {:hex, :benchee, "0.99.0", "0efbfc31045ad2f75a48673bd1befa8a6a5855e93b8c3117aed7d7da8de65b71", [:mix], [{:deep_merge, "~> 1.0", [hex: :deep_merge, repo: "hexpm", optional: false]}], "hexpm"},
3+
"benchee_json": {:hex, :benchee_json, "1.0.0", "cc661f4454d5995c08fe10dd1f2f72f229c8f0fb1c96f6b327a8c8fc96a91fe5", [:mix], [{:benchee, ">= 0.99.0 and < 2.0.0", [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.5.1", "867ce347f7c7d78563450a18a6a28a8090331e77fa02380b4a21962a65d36ee5", [:rebar3], [{:parse_trans, "~>3.3", [hex: :parse_trans, repo: "hexpm", optional: false]}], "hexpm"},
66
"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)