Skip to content

Commit a6cd925

Browse files
Update clojure version in hello world docs. (#24)
1 parent d95f034 commit a6cd925

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/clojure-graalvm-native-binary.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ Update the `project.clj` and add the `:main`
6464
:url "http://example.com/FIXME"
6565
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
6666
:url "https://www.eclipse.org/legal/epl-2.0/"}
67-
:dependencies [[org.clojure/clojure "1.10.1"]]
67+
;; clojure version "1.10.2-alpha1" includes fixes for some graalvm specific issues
68+
;; see https://clojure.org/community/devchangelog#_release_1_10_2
69+
:dependencies [[org.clojure/clojure "1.10.2-alpha1"]]
6870
;; add the main namespace
6971
:main hello-world.core
7072

0 commit comments

Comments
 (0)