From fe40c719cd4f9d2b09db17ebf9ccbbeafb210f75 Mon Sep 17 00:00:00 2001 From: Fons van der Plas Date: Sat, 5 Feb 2022 10:22:37 +0100 Subject: [PATCH] Support Pluto 0.18 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index d59cbb1..94601c4 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PlutoSliderServer" uuid = "2fc8631c-6f24-4c5b-bca7-cbb509c42db4" authors = ["Fons van der Plas "] -version = "0.3.3" +version = "0.3.4" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" @@ -28,7 +28,7 @@ FromFile = "0.1" Git = "1" GitHubActions = "0.1" HTTP = "^0.9.3" -Pluto = "0.15, 0.16, 0.17" +Pluto = "0.15, 0.16, 0.17, 0.18" TerminalLoggers = "0.1" julia = "1.6"