mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-08 20:46:16 +08:00
Bump kino_db (#2744)
This commit is contained in:
parent
cc97d8c82c
commit
ae5e546bb2
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ defmodule Livebook.Runtime.Definitions do
|
|||
|
||||
kino_db = %{
|
||||
name: "kino_db",
|
||||
dependency: %{dep: {:kino_db, "~> 0.2.8"}, config: []}
|
||||
dependency: %{dep: {:kino_db, "~> 0.2.10"}, config: []}
|
||||
}
|
||||
|
||||
exqlite = %{
|
||||
|
|
Loading…
Add table
Reference in a new issue