Skip to content

Commit

Permalink
Bump kino version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed Aug 26, 2024
1 parent db6fbbd commit b333cd9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/livebook/notebook/learn/deploy_apps.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

```elixir
Mix.install([
{:kino, "~> 0.13.0"}
{:kino, "~> 0.14.0"}
])
```

Expand Down
2 changes: 1 addition & 1 deletion lib/livebook/notebook/learn/kino/custom_kinos.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

```elixir
Mix.install([
{:kino, "~> 0.13.0"}
{:kino, "~> 0.14.0"}
])
```

Expand Down
2 changes: 1 addition & 1 deletion lib/livebook/notebook/learn/kino/intro_to_kino.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

```elixir
Mix.install([
{:kino, "~> 0.13.0"}
{:kino, "~> 0.14.0"}
])
```

Expand Down
2 changes: 1 addition & 1 deletion lib/livebook/notebook/learn/kino/smart_cells.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

```elixir
Mix.install([
{:kino, "~> 0.13.0"},
{:kino, "~> 0.14.0"},
{:jason, "~> 1.4"}
])
```
Expand Down
2 changes: 1 addition & 1 deletion lib/livebook/notebook/learn/kino/vm_introspection.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

```elixir
Mix.install([
{:kino, "~> 0.13.0"},
{:kino, "~> 0.14.0"},
{:kino_vega_lite, "~> 0.1.11"}
])
```
Expand Down
2 changes: 1 addition & 1 deletion lib/livebook/runtime/definitions.ex
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defmodule Livebook.Runtime.Definitions do
@kino_requirement "~> 0.13.0"
@kino_requirement "~> 0.14.0"

def kino_requirement do
@kino_requirement
Expand Down

0 comments on commit b333cd9

Please sign in to comment.