mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-08 05:54:20 +08:00
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:
parent
51a3ab1895
commit
4564af3fb3
2 changed files with 2 additions and 3 deletions
|
@ -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"}
|
||||
])
|
||||
```
|
||||
|
|
|
@ -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 = %{
|
||||
|
|
Loading…
Add table
Reference in a new issue