From fcf81148e09821ae97074ef596e35e2de86c246d Mon Sep 17 00:00:00 2001 From: "ibm-mend-app[bot]" <142626574+ibm-mend-app[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 00:12:06 +0000 Subject: [PATCH] chore(deps): update dependency ex_doc to ~> 0.34 (#10) Co-authored-by: ibm-mend-app[bot] --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index e9ba995..747e223 100644 --- a/mix.exs +++ b/mix.exs @@ -29,7 +29,7 @@ defmodule UeberauthIBMId.Mixfile do [ {:oauth2, "~> 2.0"}, {:ueberauth, "~> 0.10"}, - {:ex_doc, "~> 0.33", only: :dev, runtime: false} + {:ex_doc, "~> 0.34", only: :dev, runtime: false} ] end