Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Fixes #355.
  • Loading branch information
weavejester committed Sep 28, 2024
1 parent 6233273 commit 6bac5d9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cljfmt/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
:scm {:dir ".."}
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.10.3"]
[org.clojure/tools.cli "1.0.219"]
[org.clojure/tools.reader "1.3.6"]
:dependencies [[org.clojure/clojure "1.11.4"]
[org.clojure/tools.cli "1.1.230"]
[org.clojure/tools.reader "1.5.0"]
[com.googlecode.java-diff-utils/diffutils "1.3.0"]
[rewrite-clj "1.1.47"]]
[rewrite-clj "1.1.48"]]
:plugins [[lein-cljsbuild "1.1.7"]
[io.taylorwood/lein-native-image "0.3.1"]]
:hooks [leiningen.cljsbuild]
Expand Down Expand Up @@ -44,4 +44,4 @@
:opts ["--static"
"--libc=musl"
"-H:CCompilerOption=-Wl,-z,stack-size=2097152"]}}
:provided {:dependencies [[org.clojure/clojurescript "1.11.60"]]}})
:provided {:dependencies [[org.clojure/clojurescript "1.11.132"]]}})

0 comments on commit 6bac5d9

Please sign in to comment.