Update to RDF.ex 0.5

This commit is contained in:
Marcel Otto 2018-09-17 04:02:04 +02:00
parent d06c83340e
commit a86d88165f
2 changed files with 2 additions and 3 deletions

View file

@ -59,8 +59,7 @@ defmodule JSON.LD.Mixfile do
defp deps do
[
# TODO: {:rdf, "~> 0.5"},
{:rdf, git: "https://github.com/marcelotto/rdf-ex"},
{:rdf, "~> 0.5"},
{:jason, "~> 1.1.1"},
{:dialyxir, "~> 0.5", only: [:dev, :test], runtime: false},
{:credo, "~> 0.10", only: [:dev, :test], runtime: false},

View file

@ -16,7 +16,7 @@
"mimerl": {:hex, :mimerl, "1.0.2", "993f9b0e084083405ed8252b99460c4f0563e41729ab42d9074fd5e52439be88", [:rebar3], [], "hexpm"},
"nimble_parsec": {:hex, :nimble_parsec, "0.4.0", "ee261bb53214943679422be70f1658fff573c5d0b0a1ecd0f18738944f818efe", [:mix], [], "hexpm"},
"parse_trans": {:hex, :parse_trans, "3.3.0", "09765507a3c7590a784615cfd421d101aec25098d50b89d7aa1d66646bc571c1", [:rebar3], [], "hexpm"},
"rdf": {:git, "https://github.com/marcelotto/rdf-ex", "1a344fb1fd3dd0d27aad72a7d7895a722cd8a0da", []},
"rdf": {:hex, :rdf, "0.5.0", "33c6a875bee07c67e4b9ea9ff840e57001620415b296aef233a20765b4cf5d2d", [:mix], [{:decimal, "~> 1.5", [hex: :decimal, repo: "hexpm", optional: false]}], "hexpm"},
"ssl_verify_fun": {:hex, :ssl_verify_fun, "1.1.4", "f0eafff810d2041e93f915ef59899c923f4568f4585904d010387ed74988e77b", [:make, :mix, :rebar3], [], "hexpm"},
"unicode_util_compat": {:hex, :unicode_util_compat, "0.4.1", "d869e4c68901dd9531385bb0c8c40444ebf624e60b6962d95952775cac5e90cd", [:rebar3], [], "hexpm"},
}