Skip to content

Commit

Permalink
update efirebirdsql dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nakagami committed Mar 1, 2019
1 parent 3ef7592 commit 0005d4c
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 @@ -34,7 +34,7 @@ defmodule Firebirdex.Mixfile do
[
{:db_connection, "~> 2.0"},
{:decimal, "~> 1.6"},
{:efirebirdsql, "~> 0.5.6"},
{:efirebirdsql, "~> 0.5.7"},
]
end

Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"connection": {:hex, :connection, "1.0.4", "a1cae72211f0eef17705aaededacac3eb30e6625b04a6117c1b2db6ace7d5976", [:mix], [], "hexpm"},
"db_connection": {:hex, :db_connection, "2.0.2", "440c05518b0bdca0469dafaf45403597430448c1281def14ef9ccaa41833ea1e", [:mix], [{:connection, "~> 1.0.2", [hex: :connection, repo: "hexpm", optional: false]}], "hexpm"},
"decimal": {:hex, :decimal, "1.6.0", "bfd84d90ff966e1f5d4370bdd3943432d8f65f07d3bab48001aebd7030590dcc", [:mix], [], "hexpm"},
"efirebirdsql": {:hex, :efirebirdsql, "0.5.6", "53adcecef02786738392192f3e6bb6d1c8706a9ad4d252d092dec4ffe507c2a3", [:rebar3], [], "hexpm"},
"efirebirdsql": {:hex, :efirebirdsql, "0.5.7", "f6d2c40636f754bb87be5f07e3e55edb9b3394c66bbb876af876d2e3a92d88d6", [:rebar3], [], "hexpm"},
}

0 comments on commit 0005d4c

Please sign in to comment.