From cf301da8931cafe84c7927617002732f1e21eb9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20Roch=C3=A9?= Date: Fri, 22 Dec 2023 13:04:33 +0100 Subject: [PATCH] dependabot --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a7427a..160520f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The setup should be installable as easily as possible. ## Getting started ```sh -opam switch create . 4.14.1 --no-install +opam switch create . 5.1.1 --no-install opam install . --deps-only ```