Skip to content

Commit 3b0a171

Browse files
authored
Merge pull request #5 from saidone75/dev
Update clojure to 1.12.5
2 parents ae27537 + ccd49fb commit 3b0a171

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.12.4"]]
6+
:dependencies [[org.clojure/clojure "1.12.5"]]
77
:main ^:skip-aot clj-ssh-keygen.core
88
:target-path "target/%s"
99
:profiles {:uberjar {:aot :all}})

0 commit comments

Comments
 (0)