Skip to content

Commit 9756dc4

Browse files
committed
Use an official release of the mongodb package
1 parent 4b7aeb5 commit 9756dc4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule Mongo.Ecto.Mixfile do
2020

2121
defp deps do
2222
[
23-
{:mongodb, "~> 0.4.0", github: "ankhers/mongodb", branch: "reboot_replica_sets"},
23+
{:mongodb, "~> 0.4.2"},
2424
{:ecto, "~> 2.1.0"},
2525
{:dialyze, "~> 0.2.0", only: :dev},
2626
{:inch_ex, "~> 0.5", only: :docs},

mix.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"ecto": {:hex, :ecto, "2.1.6", "29b45f393c2ecd99f83e418ea9b0a2af6078ecb30f401481abac8a473c490f84", [:mix], [{:db_connection, "~> 1.1", [hex: :db_connection, optional: true]}, {:decimal, "~> 1.2", [hex: :decimal, optional: false]}, {:mariaex, "~> 0.8.0", [hex: :mariaex, optional: true]}, {:poison, "~> 2.2 or ~> 3.0", [hex: :poison, optional: true]}, {:poolboy, "~> 1.5", [hex: :poolboy, optional: false]}, {:postgrex, "~> 0.13.0", [hex: :postgrex, optional: true]}, {:sbroker, "~> 1.0", [hex: :sbroker, optional: true]}]},
77
"ex_doc": {:hex, :ex_doc, "0.16.2", "3b3e210ebcd85a7c76b4e73f85c5640c011d2a0b2f06dcdf5acdb2ae904e5084", [:mix], [{:earmark, "~> 1.1", [hex: :earmark, optional: false]}]},
88
"inch_ex": {:hex, :inch_ex, "0.5.6", "418357418a553baa6d04eccd1b44171936817db61f4c0840112b420b8e378e67", [:mix], [{:poison, "~> 1.5 or ~> 2.0 or ~> 3.0", [hex: :poison, optional: false]}]},
9-
"mongodb": {:git, "https://github.com/ankhers/mongodb.git", "5ad9495c19bd30e8d1d5ae42adc7f49dfa4a0a83", [branch: "reboot_replica_sets"]},
9+
"mongodb": {:hex, :mongodb, "0.4.2", "08fe98f9d7ff59e86138caaac28001710edce9baac1ea8e8f452504551235c22", [:mix], [{:connection, "~> 1.0", [hex: :connection, repo: "hexpm", optional: false]}, {:db_connection, "~> 1.1", [hex: :db_connection, repo: "hexpm", optional: false]}], "hexpm"},
1010
"poison": {:hex, :poison, "3.1.0", "d9eb636610e096f86f25d9a46f35a9facac35609a7591b3be3326e99a0484665", [:mix], []},
1111
"poolboy": {:hex, :poolboy, "1.5.1", "6b46163901cfd0a1b43d692657ed9d7e599853b3b21b95ae5ae0a777cf9b6ca8", [:rebar], []}}

0 commit comments

Comments
 (0)