We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 027c6ff commit c5c896cCopy full SHA for c5c896c
1 file changed
mix.exs
@@ -31,11 +31,6 @@ defmodule Orb.MixProject do
31
# Run "mix help deps" to learn about dependencies.
32
defp deps do
33
[
34
- # {:wasmex, "~> 0.8.3", only: :test},
35
- # {:wasmex,
36
- # git: "https://github.com/tessi/wasmex.git",
37
- # ref: "863cb01aba128420ed7d4ba6b755c2a9c421afef",
38
- # only: :test},
39
{:wasmex, "~> 0.11.2", only: :test},
40
{:jason, "~> 1.0", only: :test},
41
{:ex_doc, "~> 0.31.2", only: :dev, runtime: false}
0 commit comments