From 393931b68c5dad3613c85bf561b55c166a4d4804 Mon Sep 17 00:00:00 2001 From: Hajime Nakagami Date: Fri, 15 Feb 2019 21:53:13 +0900 Subject: [PATCH] dependency version up --- mix.exs | 2 +- mix.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index 75da544..e91723a 100644 --- a/mix.exs +++ b/mix.exs @@ -34,7 +34,7 @@ defmodule Firebirdex.Mixfile do [ {:db_connection, "~> 2.0"}, {:decimal, "~> 1.6"}, - {:efirebirdsql, "~> 0.5.3"}, + {:efirebirdsql, "~> 0.5.4"}, ] end diff --git a/mix.lock b/mix.lock index c236d96..896e2aa 100644 --- a/mix.lock +++ b/mix.lock @@ -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.3", "63617950eea2bbda58739c6eba57e4c0a342decdb5029870b8e278f732101c9f", [:rebar3], [], "hexpm"}, + "efirebirdsql": {:hex, :efirebirdsql, "0.5.4", "cc1e13da28d2a4d30bbefba9f5133efcd5b928f70e396ea00dd19ea1450a23cc", [:rebar3], [], "hexpm"}, }