Skip to content

Commit 62cfd10

Browse files
committed
update jsonapi version
1 parent b1e1502 commit 62cfd10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ defmodule CodeCorps.Mixfile do
7272
{:ja_serializer, "~> 0.12"}, # JSON API
7373
{:joken, "~> 1.5"}, # JWT encoding
7474
{:mix_test_watch, "~> 0.5", only: :dev, runtime: false},
75-
{:jsonapi, git: "https://github.com/jeregrine/jsonapi.git"},
75+
{:jsonapi, "~> 0.6"},
7676
{:money, "~> 1.2.1"},
7777
{:poison, "~> 3.0", override: true},
7878
{:scout_apm, "~> 0.0"},

mix.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"ja_serializer": {:hex, :ja_serializer, "0.12.0", "ba4ec5fc7afa6daba815b5cb2b9bd0de410554ac4f0ed54e954d39decb353ca4", [:mix], [{:inflex, "~> 1.4", [hex: :inflex, repo: "hexpm", optional: false]}, {:plug, "> 1.0.0", [hex: :plug, repo: "hexpm", optional: false]}, {:poison, ">= 1.4.0", [hex: :poison, repo: "hexpm", optional: false]}, {:scrivener, "~> 1.2 or ~> 2.0", [hex: :scrivener, repo: "hexpm", optional: true]}], "hexpm"},
3939
"joken": {:hex, :joken, "1.5.0", "42a0953e80bd933fc98a0874e156771f78bf0e92abe6c3a9c22feb6da28efb0b", [:mix], [{:jose, "~> 1.8", [hex: :jose, repo: "hexpm", optional: false]}, {:plug, "~> 1.0", [hex: :plug, repo: "hexpm", optional: true]}, {:poison, "~> 1.5 or ~> 2.0 or ~> 3.0", [hex: :poison, repo: "hexpm", optional: true]}], "hexpm"},
4040
"jose": {:hex, :jose, "1.8.4", "7946d1e5c03a76ac9ef42a6e6a20001d35987afd68c2107bcd8f01a84e75aa73", [:mix, :rebar3], [{:base64url, "~> 0.0.1", [hex: :base64url, repo: "hexpm", optional: false]}], "hexpm"},
41-
"jsonapi": {:git, "https://github.com/jeregrine/jsonapi.git", "6b0b24c7f7beb4a9ed17ae33c91866546ccdb420", []},
41+
"jsonapi": {:hex, :jsonapi, "0.6.0", "eb52caf7627902bb3a979a67a9b20dfc478fc6a2d45bec5368ebb253f62931a6", [:mix], [{:plug, "~> 1.0", [hex: :plug, repo: "hexpm", optional: false]}], "hexpm"},
4242
"jsx": {:hex, :jsx, "2.8.3", "a05252d381885240744d955fbe3cf810504eb2567164824e19303ea59eef62cf", [:mix, :rebar3], [], "hexpm"},
4343
"metrics": {:hex, :metrics, "1.0.1", "25f094dea2cda98213cecc3aeff09e940299d950904393b2a29d191c346a8486", [:rebar3], [], "hexpm"},
4444
"mime": {:hex, :mime, "1.1.0", "01c1d6f4083d8aa5c7b8c246ade95139620ef8effb009edde934e0ec3b28090a", [:mix], [], "hexpm"},

0 commit comments

Comments
 (0)