From e5b2c7f10fcbdbb0838cab7f4bb177114bbc2bca Mon Sep 17 00:00:00 2001 From: Lee Read Date: Sun, 16 Jun 2024 22:07:44 -0400 Subject: [PATCH] doc: minor: clojure 1.12 is in beta now (#196) --- doc/01-user-guide.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/01-user-guide.adoc b/doc/01-user-guide.adoc index d602d02..a5d422a 100644 --- a/doc/01-user-guide.adoc +++ b/doc/01-user-guide.adoc @@ -27,7 +27,7 @@ If Pomegranate is not your cup of tea, consider having a look at: Like Pomegranate, Clojure's tools.deps resolves dependencies using the Maven Artifact Resolver. Unlike Pomegranate, by design, it is focused on runtime dependencies only. + -Clojure v1.12, in alpha at the time of this writing, includes support for https://clojure.org/news/2023/04/14/clojure-1-12-alpha2#_add_libraries_for_interactive_use[adding libraries at runtime]. +Clojure v1.12, in beta at the time of this writing, includes support for https://clojure.org/news/2023/04/14/clojure-1-12-alpha2#_add_libraries_for_interactive_use[adding libraries at runtime]. * https://github.com/borkdude/deps.add-lib[borkdude/deps.add-lib] + Clojure v1.12's add-lib feature for leiningen and/or other environments without a specific version of the clojure CLI