From 1f4d855d10abc1c73dc7961c38c16beeb75fc897 Mon Sep 17 00:00:00 2001 From: Christopher James Eyre Date: Wed, 15 Jun 2022 17:56:50 +0100 Subject: [PATCH] Updated erlavro to avoid rebar2 issue. --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 0e251ad..96bc25d 100644 --- a/mix.exs +++ b/mix.exs @@ -54,7 +54,7 @@ defmodule AvroSchema.MixProject do {:confluent_schema_registry, "~> 0.1"}, {:credo, "~> 1.2", only: [:dev, :test], runtime: false}, {:dialyxir, "~> 0.5", only: [:dev, :test], runtime: false}, - {:erlavro, "~> 2.9"}, + {:erlavro, "~> 2.9.8"}, {:ex_doc, "~> 0.19.2", only: :dev, runtime: false}, {:excoveralls, "~> 0.12.0", only: [:dev, :test], runtime: false} ]