Update kino_explorer

This commit is contained in:
José Valim 2023-09-26 11:18:29 +02:00
parent 05418db0c6
commit b3f7366a8f
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
```elixir
Mix.install([
{:kino_explorer, "~> 0.1.9"}
{:kino_explorer, "~> 0.1.11"}
])
```

View file

@ -46,7 +46,7 @@ defmodule Livebook.Runtime.Definitions do
kino_explorer = %{
name: "kino_explorer",
dependency: %{dep: {:kino_explorer, "~> 0.1.9"}, config: []}
dependency: %{dep: {:kino_explorer, "~> 0.1.11"}, config: []}
}
jason = %{