From 1471e110328b8b04b58d2a76838457c12cfdbab4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 04:03:24 +0000 Subject: [PATCH] Update briefly requirement from ~> 0.3.0 to ~> 0.4.1 Updates the requirements on [briefly](https://github.com/CargoSense/briefly) to permit the latest version. - [Release notes](https://github.com/CargoSense/briefly/releases) - [Changelog](https://github.com/CargoSense/briefly/blob/master/CHANGELOG.md) - [Commits](https://github.com/CargoSense/briefly/compare/v0.3.0...v0.4.1) --- updated-dependencies: - dependency-name: briefly dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index c9dccab..18df75d 100644 --- a/mix.exs +++ b/mix.exs @@ -52,7 +52,7 @@ defmodule Sedex.MixProject do {:ex_aws_s3, "~> 2.0"}, {:sweet_xml, "~> 0.6"}, {:erlsom, "~> 1.5"}, - {:briefly, "~> 0.3.0", only: [:test]}, + {:briefly, "~> 0.4.1", only: [:test]}, {:ex_doc, "~> 0.19", only: [:dev], runtime: false}, {:excoveralls, "~> 0.5", only: [:test], runtime: false}, {:dialyxir, "~> 1.0", only: [:dev], runtime: false},