Skip to content

Commit

Permalink
Use hex package for gpb
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwalker committed Jul 6, 2015
1 parent e9c5a37 commit ebdffd2
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 @@ -29,6 +29,6 @@ defmodule Protobuf.Mixfile do
end

defp deps do
[{:gpb, github: "tomas-abrahamsson/gpb", tag: "3.18.6"}]
[{:gpb, "~> 3.18.6"}]
end
end
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
@@ -1 +1 @@
%{"gpb": {:git, "git://github.com/tomas-abrahamsson/gpb.git", "17b8343093f22153c4473fad4df3e0934ef6d431", [tag: "3.18.6"]}}
%{"gpb": {:hex, :gpb, "3.18.6"}}

0 comments on commit ebdffd2

Please sign in to comment.