From 8a07ad4157576875b549cd4737f26a0c0256e22e Mon Sep 17 00:00:00 2001 From: Florian Arens <60519307+Flo0807@users.noreply.github.com> Date: Mon, 6 Jan 2025 09:55:25 +0100 Subject: [PATCH] Update version strings in `mix.exs` --- mix.exs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mix.exs b/mix.exs index 69ca6dfb..032a99d9 100644 --- a/mix.exs +++ b/mix.exs @@ -36,21 +36,21 @@ defmodule Backpex.MixProject do [ # development {:ex_doc, "~> 0.35", only: [:dev, :test], runtime: false}, - {:credo, "~> 1.7.5", only: [:dev, :test], runtime: false}, + {:credo, ">= 0.0.0", only: [:dev, :test], runtime: false}, {:mix_audit, "~> 2.0", only: [:dev, :test], runtime: false}, - {:tailwind_formatter, "~> 0.4.0", only: [:dev, :test], runtime: false}, - {:sobelow, "~> 0.13", only: [:dev, :test]}, + {:tailwind_formatter, "~> 0.4", only: [:dev, :test], runtime: false}, + {:sobelow, ">= 0.0.0", only: [:dev, :test]}, # core {:nimble_options, "~> 1.1"}, {:gettext, "~> 0.26"}, {:jason, "~> 1.2"}, - {:number, "~> 1.0.3"}, - {:money, "~> 1.13.1"}, + {:number, "~> 1.0"}, + {:money, "~> 1.13"}, # phoenix {:phoenix, "~> 1.7.6"}, - {:phoenix_html, "~> 4.1.1"}, + {:phoenix_html, "~> 4.1"}, {:phoenix_html_helpers, "~> 1.0"}, {:phoenix_live_view, "~> 0.20.0"},