Skip to content

Commit

Permalink
fix xmerl
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Aug 2, 2023
1 parent 54bc413 commit 87fd011
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
defmodule N2O.Mixfile do
use Mix.Project
def deps, do: [{:ex_doc, ">= 0.0.0", only: :dev}]
def application, do: [mod: {:n2o, []}, applications: [], extra_applications: [:crypto]]
def application(), do:
[
mod: {:n2o, []},
applications: [:xmerl,:ex_doc],
extra_applications: [:crypto]
]

def project do
[
app: :n2o,
version: "10.3.3",
version: "10.8.2",
description: "N2O MQTT TCP WebSocket",
package: package(),
deps: deps()
Expand Down

0 comments on commit 87fd011

Please sign in to comment.