mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-12-27 01:42:11 +08:00
Bumps dependency on kino_slack to v0.1.1 (#1803)
This commit is contained in:
parent
ec713f6d40
commit
d98858f76d
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ defmodule Livebook.Runtime.ElixirStandalone do
|
|||
|
||||
kino_slack = %{
|
||||
name: "kino_slack",
|
||||
dependency: %{dep: {:kino_slack, "~> 0.1.0"}, config: []}
|
||||
dependency: %{dep: {:kino_slack, "~> 0.1.1"}, config: []}
|
||||
}
|
||||
|
||||
kino_bumblebee = %{
|
||||
|
|
Loading…
Reference in a new issue