Updates KinoExplorer (#1770)

This commit is contained in:
Cristine Guadelupe 2023-03-11 18:34:56 +07:00 committed by GitHub
parent 7f71f2fe9f
commit 6e53c78597
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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())