Skip to content

Commit 8b934c0

Browse files
authored
Merge pull request #40 from matt-mazzucato/lock-gpb-version
Lock gpb version
2 parents 5ccac9a + 508acbc commit 8b934c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mix.exs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ defmodule Astarte.Core.Mixfile do
6060
{:cyanide, "~> 1.0"},
6161
{:ecto, "~> 3.4"},
6262
{:exprotobuf, "~> 1.2"},
63+
# Lock gpb to 4.12.0 until this is solved https://github.com/bitwalker/exprotobuf/issues/113
64+
{:gpb, "~> 4.12.0"},
6365
{:jason, "~> 1.2"},
6466
{:elixir_uuid, "~> 1.2"},
6567
{:excoveralls, "~> 0.12", only: :test},

0 commit comments

Comments
 (0)