mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-11-10 17:15:09 +08:00
Updates KinoExplorer (#1770)
This commit is contained in:
parent
7f71f2fe9f
commit
6e53c78597
1 changed files with 1 additions and 1 deletions
|
@ -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())
|
||||
|
|
Loading…
Reference in a new issue