From 1a380a5b585d5807b8abf6ee4f87c7d4cd25930c Mon Sep 17 00:00:00 2001 From: Dmytro Date: Thu, 5 Dec 2024 19:44:47 +0200 Subject: [PATCH] Update the README.md with the latest version. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c41ec83..4aa11e90 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ $ nix-shell -I nixpkgs=channel:nixos-unstable -p neil Add the following alias to your global or project-local `deps.edn`: ``` clojure -:neil {:deps {io.github.babashka/neil {:git/tag "v0.1.41" - :git/sha "77288d4"}} +:neil {:deps {io.github.babashka/neil {:git/tag "v0.3.68" + :git/sha "78ffab1"}} :main-opts ["-m" "babashka.neil"]} ```