Bump kino_maplibre (#2198)

* Bump kino_maplibre

* Update lib/livebook/notebook/learn/intro_to_maplibre.livemd

Co-authored-by: José Valim <jose.valim@gmail.com>

---------

Co-authored-by: José Valim <jose.valim@gmail.com>
This commit is contained in:
Cristine Guadelupe 2023-09-06 17:45:06 +07:00 committed by GitHub
parent 51a3ab1895
commit 4564af3fb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -2,8 +2,7 @@
```elixir
Mix.install([
{:maplibre, "~> 0.1.3"},
{:kino_maplibre, "~> 0.1.7"},
{:kino_maplibre, "~> 0.1.9"},
{:req, "~> 0.3.0"}
])
```

View file

@ -23,7 +23,7 @@ defmodule Livebook.Runtime.Definitions do
kino_maplibre = %{
name: "kino_maplibre",
dependency: %{dep: {:kino_maplibre, "~> 0.1.7"}, config: []}
dependency: %{dep: {:kino_maplibre, "~> 0.1.9"}, config: []}
}
kino_slack = %{