Skip to content

Commit

Permalink
Bump eyepatch version
Browse files Browse the repository at this point in the history
  • Loading branch information
nroi committed Sep 14, 2019
1 parent 182beb8 commit 6975181
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpcache/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ defmodule Cpc.Mixfile do
{:hackney, "~> 1.15"},
{:toml, "~> 0.5.2"},
{:jason, "~> 1.1"},
{:eyepatch, git: "https://github.com/nroi/eyepatch.git", tag: "v0.1.11"},
{:eyepatch, git: "https://github.com/nroi/eyepatch.git", tag: "v0.1.12"},
{:morbo, git: "https://github.com/nroi/morbo.git", tag: "0.1.3"}
]
end
Expand Down
2 changes: 1 addition & 1 deletion cpcache/mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"artificery": {:hex, :artificery, "0.2.6", "f602909757263f7897130cbd006b0e40514a541b148d366ad65b89236b93497a", [:mix], [], "hexpm"},
"certifi": {:hex, :certifi, "2.5.1", "867ce347f7c7d78563450a18a6a28a8090331e77fa02380b4a21962a65d36ee5", [:rebar3], [{:parse_trans, "~>3.3", [hex: :parse_trans, repo: "hexpm", optional: false]}], "hexpm"},
"distillery": {:hex, :distillery, "2.0.10", "e9f1f1d3f4a89996a3e1a555872feed8a3a73e3d10b51886941382d29ca58f99", [:mix], [{:artificery, "~> 0.2", [hex: :artificery, repo: "hexpm", optional: false]}], "hexpm"},
"eyepatch": {:git, "https://github.com/nroi/eyepatch.git", "f8d010763dacdec03806372148d75c5de1fbf119", [tag: "v0.1.11"]},
"eyepatch": {:git, "https://github.com/nroi/eyepatch.git", "6be6b67f925a4d5e0087de8d00d18ea1898b25af", [tag: "v0.1.12"]},
"hackney": {:hex, :hackney, "1.15.1", "9f8f471c844b8ce395f7b6d8398139e26ddca9ebc171a8b91342ee15a19963f4", [:rebar3], [{:certifi, "2.5.1", [hex: :certifi, repo: "hexpm", optional: false]}, {:idna, "6.0.0", [hex: :idna, repo: "hexpm", optional: false]}, {:metrics, "1.0.1", [hex: :metrics, repo: "hexpm", optional: false]}, {:mimerl, "~>1.1", [hex: :mimerl, repo: "hexpm", optional: false]}, {:ssl_verify_fun, "1.1.4", [hex: :ssl_verify_fun, repo: "hexpm", optional: false]}], "hexpm"},
"ibrowse": {:hex, :ibrowse, "4.4.0", "2d923325efe0d2cb09b9c6a047b2835a5eda69d8a47ed6ff8bc03628b764e991", [:rebar3], []},
"idna": {:hex, :idna, "6.0.0", "689c46cbcdf3524c44d5f3dde8001f364cd7608a99556d8fbd8239a5798d4c10", [:rebar3], [{:unicode_util_compat, "0.4.1", [hex: :unicode_util_compat, repo: "hexpm", optional: false]}], "hexpm"},
Expand Down

0 comments on commit 6975181

Please sign in to comment.