From 6e53c785976402aa1f01398cb832279e7f9ce48a Mon Sep 17 00:00:00 2001 From: Cristine Guadelupe Date: Sat, 11 Mar 2023 18:34:56 +0700 Subject: [PATCH] Updates KinoExplorer (#1770) --- lib/livebook/runtime/elixir_standalone.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/livebook/runtime/elixir_standalone.ex b/lib/livebook/runtime/elixir_standalone.ex index 77414c17e..490bef62c 100644 --- a/lib/livebook/runtime/elixir_standalone.ex +++ b/lib/livebook/runtime/elixir_standalone.ex @@ -54,7 +54,7 @@ defmodule Livebook.Runtime.ElixirStandalone do kino_explorer = %{ name: "kino_explorer", - dependency: %{dep: {:kino_explorer, "~> 0.1.0"}, config: []} + dependency: %{dep: {:kino_explorer, "~> 0.1.1"}, config: []} } windows? = match?({:win32, _}, :os.type())