We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dbdfb0 commit abdf799Copy full SHA for abdf799
1 file changed
project.clj
@@ -3,7 +3,7 @@
3
:url "https://github.com/saidone75/clj-ssh-keygen"
4
:license {:name "MIT"
5
:url "https://github.com/saidone75/clj-ssh-keygen/blob/master/LICENSE"}
6
- :dependencies [[org.clojure/clojure "1.11.3"]]
+ :dependencies [[org.clojure/clojure "1.12.4"]]
7
:main ^:skip-aot clj-ssh-keygen.core
8
:target-path "target/%s"
9
:profiles {:uberjar {:aot :all}})
0 commit comments