Skip to content

Commit

Permalink
Advance to "Allow casting Date from NaiveDateTime ISO" commit from 07…
Browse files Browse the repository at this point in the history
… Oct 2017.
  • Loading branch information
scouten committed Oct 8, 2017
1 parent d990dc3 commit 8a447b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ defmodule Sqlite.Ecto2.Mixfile do
{:dogma, "~> 0.1", only: :dev},
{:esqlite, "~> 0.2.3"},
{:ex_doc, "~> 0.16", only: :dev},
{:ecto, github: "elixir-ecto/ecto", ref: "3a0616a356ecbc3b6ba1e391e785a13f66c13da9"},
{:ecto, github: "elixir-ecto/ecto", ref: "ad54edaf195d8cc7f333ac7464017c3cbc752f58"},
{:poison, "~> 2.2 or ~> 3.0", optional: true},
{:postgrex, "~> 0.13.0", optional: true},
{:sbroker, "~> 1.0"},
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"decimal": {:hex, :decimal, "1.4.0", "fac965ce71a46aab53d3a6ce45662806bdd708a4a95a65cde8a12eb0124a1333", [:mix], [], "hexpm"},
"dogma": {:hex, :dogma, "0.1.15", "5bceba9054b2b97a4adcb2ab4948ca9245e5258b883946e82d32f785340fd411", [:mix], [{:poison, ">= 2.0.0", [hex: :poison, repo: "hexpm", optional: false]}], "hexpm"},
"earmark": {:hex, :earmark, "1.2.2", "f718159d6b65068e8daeef709ccddae5f7fdc770707d82e7d126f584cd925b74", [:mix], [], "hexpm"},
"ecto": {:git, "https://github.com/elixir-ecto/ecto.git", "3a0616a356ecbc3b6ba1e391e785a13f66c13da9", [ref: "3a0616a356ecbc3b6ba1e391e785a13f66c13da9"]},
"ecto": {:git, "https://github.com/elixir-ecto/ecto.git", "ad54edaf195d8cc7f333ac7464017c3cbc752f58", [ref: "ad54edaf195d8cc7f333ac7464017c3cbc752f58"]},
"esqlite": {:hex, :esqlite, "0.2.3", "1a8b60877fdd3d50a8a84b342db04032c0231cc27ecff4ddd0d934485d4c0cd5", [:rebar3], [], "hexpm"},
"ex_doc": {:hex, :ex_doc, "0.16.3", "cd2a4cfe5d26e37502d3ec776702c72efa1adfa24ed9ce723bb565f4c30bd31a", [:mix], [{:earmark, "~> 1.1", [hex: :earmark, repo: "hexpm", optional: false]}], "hexpm"},
"hackney": {:hex, :hackney, "1.7.1", "e238c52c5df3c3b16ce613d3a51c7220a784d734879b1e231c9babd433ac1cb4", [:rebar3], [{:certifi, "1.0.0", [hex: :certifi, repo: "hexpm", optional: false]}, {:idna, "4.0.0", [hex: :idna, repo: "hexpm", optional: false]}, {:metrics, "1.0.1", [hex: :metrics, repo: "hexpm", optional: false]}, {:mimerl, "1.0.2", [hex: :mimerl, repo: "hexpm", optional: false]}, {:ssl_verify_fun, "1.1.1", [hex: :ssl_verify_fun, repo: "hexpm", optional: false]}], "hexpm"},
Expand Down

0 comments on commit 8a447b7

Please sign in to comment.