From 743c85398dc67f0e5107dbaf4d37f364cfcb9575 Mon Sep 17 00:00:00 2001 From: Joey Chilson Date: Wed, 26 Jul 2023 01:52:55 -0500 Subject: [PATCH] Updated livebook to v0.10.0 --- livebook/current_holdings.livemd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/livebook/current_holdings.livemd b/livebook/current_holdings.livemd index f09e819..06a1152 100644 --- a/livebook/current_holdings.livemd +++ b/livebook/current_holdings.livemd @@ -4,7 +4,7 @@ ```elixir Mix.install([ - {:edgar_client, "~> 0.9.0"}, + {:edgar_client, "~> 0.10.0"}, {:kino_vega_lite, "~> 0.1.7"}, {:kino_explorer, "~> 0.1.4"}, {:kino, "~> 0.10.0"}