From 1e38725fe0e85ba2ced1b178657e9ce786f48bc9 Mon Sep 17 00:00:00 2001 From: akielbowicz <30580760+akielbowicz@users.noreply.github.com> Date: Wed, 4 Dec 2024 10:33:33 -0300 Subject: [PATCH] Fix dependency information in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b2e50c..bf5edc8 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ There is a rumor that the middleware design may change in the future. [clj](https://clojure.org/guides/getting_started) dependency information: ```clojure -io.github.clojure/clr.tools.reader {:git/tag "v0.1.0-alpha2" :git/sha "a58009f"} +io.github.clojure/clr.tools.nrepl {:git/tag "v0.1.2-alpha2" :git/sha "a58009f"} ``` ```