Bump kino_maplibre (#2557)

This commit is contained in:
Cristine Guadelupe 2024-04-09 19:12:24 +07:00 committed by GitHub
parent 79bde6b760
commit 18ec115dbd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
```elixir
Mix.install([
{:kino_maplibre, "~> 0.1.11"},
{:kino_maplibre, "~> 0.1.12"},
{:req, "~> 0.4.0"}
])
```

View file

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