Skip to content

Commit abdf799

Browse files
committed
update clojure to 1.12.4
1 parent 7dbdfb0 commit abdf799

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:url "https://github.com/saidone75/clj-ssh-keygen"
44
:license {:name "MIT"
55
:url "https://github.com/saidone75/clj-ssh-keygen/blob/master/LICENSE"}
6-
:dependencies [[org.clojure/clojure "1.11.3"]]
6+
:dependencies [[org.clojure/clojure "1.12.4"]]
77
:main ^:skip-aot clj-ssh-keygen.core
88
:target-path "target/%s"
99
:profiles {:uberjar {:aot :all}})

0 commit comments

Comments
 (0)