Skip to content

Commit 6d22ddc

Browse files
committed
Velocy client, Endpoint structs, tests and docs
1 parent ef1b2d1 commit 6d22ddc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mix.exs

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Arangox.MixProject do
33

44
@version "0.3.0"
55
@description """
6-
ArangoDB 3.3.9+ driver for Elixir with connection pooling, VelocyStream\
6+
ArangoDB 3.3.9+ driver for Elixir with connection pooling, VelocyStream \
77
and support for Active Failover.
88
"""
99
@source_url "https://github.com/suazithustra/arangox"
@@ -52,7 +52,7 @@ defmodule Arangox.MixProject do
5252
defp deps do
5353
[
5454
{:db_connection, "~> 2.1"},
55-
{:velocy, "~> 0.1"},
55+
{:velocy, "~> 0.1", optional: true},
5656
{:jason, "~> 1.1", optional: true},
5757
{:gun, "~> 1.3", optional: true},
5858
{:mint, "~> 0.4.0", optional: true},

0 commit comments

Comments
 (0)