We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d95f034 commit a6cd925Copy full SHA for a6cd925
doc/clojure-graalvm-native-binary.md
@@ -64,7 +64,9 @@ Update the `project.clj` and add the `:main`
64
:url "http://example.com/FIXME"
65
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
66
:url "https://www.eclipse.org/legal/epl-2.0/"}
67
- :dependencies [[org.clojure/clojure "1.10.1"]]
+ ;; 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"]]
70
;; add the main namespace
71
:main hello-world.core
72
0 commit comments