Skip to content

Commit 5592587

Browse files
author
Cristine Guadelupe
authored
Updates KinoExplorer (#1849)
1 parent e3a72d0 commit 5592587

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/livebook/notebook/learn/intro_to_explorer.livemd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
```elixir
44
Mix.install([
55
{:explorer, "~> 0.5.5"},
6-
{:kino_explorer, "~> 0.1.3"}
6+
{:kino_explorer, "~> 0.1.4"}
77
])
88
```
99

lib/livebook/runtime/elixir_standalone.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ defmodule Livebook.Runtime.ElixirStandalone do
5454

5555
kino_explorer = %{
5656
name: "kino_explorer",
57-
dependency: %{dep: {:kino_explorer, "~> 0.1.3"}, config: []}
57+
dependency: %{dep: {:kino_explorer, "~> 0.1.4"}, config: []}
5858
}
5959

6060
windows? = match?({:win32, _}, :os.type())

0 commit comments

Comments
 (0)