Skip to content

Commit

Permalink
Recover opt that was incorreclty removed in AdRoll/erlmld#37 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brujo Benavides authored Dec 15, 2021
1 parent 97d3a26 commit e0187d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Exmld.Mixfile do
use Mix.Project

@version "1.0.0"
@version "1.0.1"
@name "exmld"
@repo "https://github.com/AdRoll/#{@name}"

Expand Down Expand Up @@ -31,7 +31,7 @@ defmodule Exmld.Mixfile do
defp deps do
[
{:flow, "~> 0.14.2"},
{:erlmld, "~> 1.0.0"},
{:erlmld, "~> 1.0.1"},
{:ex_doc, "~> 0.16", only: :dev, runtime: false}
]
end
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%{
"earmark_parser": {:hex, :earmark_parser, "1.4.13", "0c98163e7d04a15feb62000e1a891489feb29f3d10cb57d4f845c405852bbef8", [:mix], [], "hexpm", "d602c26af3a0af43d2f2645613f65841657ad6efc9f0e361c3b6c06b578214ba"},
"erlexec": {:hex, :erlexec, "1.10.9", "3cbb3476f942bfb8b68b85721c21c1835061cf6dd35f5285c2362e85b100ddc7", [:rebar3], [], "hexpm", "271e5b5f2d91cdb9887efe74d89026c199bfc69f074cade0d08dab60993fa14e"},
"erlmld": {:hex, :erlmld, "1.0.0", "9275485b102401f7817877d05d71a3a7e44799c9dc1458bd46a1c7a851bf27ec", [:rebar3], [{:erlexec, "1.10.9", [hex: :erlexec, repo: "hexpm", optional: false]}, {:jiffy, "1.0.8", [hex: :jiffy, repo: "hexpm", optional: false]}], "hexpm", "139830c3b1b8b4321f589fa7f85b4390e261d9a64038b1fe7086027d8887ce94"},
"erlmld": {:hex, :erlmld, "1.0.1", "2bf2209bbae349cea5c42ffdd33ff88f9e5761d68bfe96ad8e6755cd46f3b8af", [:rebar3], [{:erlexec, "1.10.9", [hex: :erlexec, repo: "hexpm", optional: false]}, {:jiffy, "1.0.8", [hex: :jiffy, repo: "hexpm", optional: false]}], "hexpm", "76dc2da19d5585f1fb8ca9fcf25022ae0cc8178557e07a098358a134000bda62"},
"ex_doc": {:hex, :ex_doc, "0.24.2", "e4c26603830c1a2286dae45f4412a4d1980e1e89dc779fcd0181ed1d5a05c8d9", [:mix], [{:earmark_parser, "~> 1.4.0", [hex: :earmark_parser, repo: "hexpm", optional: false]}, {:makeup_elixir, "~> 0.14", [hex: :makeup_elixir, repo: "hexpm", optional: false]}, {:makeup_erlang, "~> 0.1", [hex: :makeup_erlang, repo: "hexpm", optional: false]}], "hexpm", "e134e1d9e821b8d9e4244687fb2ace58d479b67b282de5158333b0d57c6fb7da"},
"flow": {:hex, :flow, "0.14.3", "0d92991fe53035894d24aa8dec10dcfccf0ae00c4ed436ace3efa9813a646902", [:mix], [{:gen_stage, "~> 0.14.0", [hex: :gen_stage, repo: "hexpm", optional: false]}], "hexpm", "da6177f8d04f663a2894e38f9b55b293c69cb230c60f81bb8c090eb713aa4a45"},
"gen_stage": {:hex, :gen_stage, "0.14.3", "d0c66f1c87faa301c1a85a809a3ee9097a4264b2edf7644bf5c123237ef732bf", [:mix], [], "hexpm", "8453e2289d94c3199396eb517d65d6715ef26bcae0ee83eb5ff7a84445458d76"},
Expand Down

0 comments on commit e0187d1

Please sign in to comment.