From cd98ba2c31743171811829310fc3c4fa14556ffa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Bara=C3=BAna?= Date: Mon, 24 Jul 2023 13:57:54 -0300 Subject: [PATCH] Updates notebook dependencies With the old version of vix, a compiling error was happening, while executing the notebook using Livebook v0.10 --- livebooks/rainbow.livemd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/livebooks/rainbow.livemd b/livebooks/rainbow.livemd index f205733..2d6b150 100644 --- a/livebooks/rainbow.livemd +++ b/livebooks/rainbow.livemd @@ -2,8 +2,8 @@ ```elixir Mix.install([ - {:vix, "~> 0.17.0"}, - {:kino, "~> 0.9.1"} + {:vix, "~> 0.22.0"}, + {:kino, "~> 0.10.0"} ]) ```