Skip to content

Commit

Permalink
Ugraded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhanika committed Jun 6, 2024
1 parent 17aedf3 commit 4a745b9
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@
;; You must not remove this notice, or any other, from this software.


(defproject conexp-clj "2.4.2-SNAPSHOT"
(defproject conexp-clj "2.5.0-SNAPSHOT"

:min-lein-version "2.0.0"
:description "A ConExp rewrite in clojure -- and so much more ..."
:url "http://github.com/tomhanika/conexp-clj/"
:scm {:url "git@github.com:tomhanika/conexp-clj.git"}
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.10.1"]
[org.clojure/core.async "1.6.673"]
[org.clojure/data.int-map "1.2.1"]
[org.clojure/data.json "2.4.0"]
:dependencies [[org.clojure/clojure "1.11.3"]
[org.clojure/core.async "1.6.681"]
[org.clojure/data.int-map "1.3.0"]
[org.clojure/data.json "2.5.0"]
[org.clojure/data.xml "0.0.8"]
[org.clojure/math.combinatorics "0.2.0"]
[org.clojure/math.numeric-tower "0.0.5"]
[org.clojure/tools.cli "1.0.219"]
[org.clojure/math.combinatorics "0.3.0"]
[org.clojure/math.numeric-tower "0.1.0"]
[org.clojure/tools.cli "1.1.230"]
[org.apache.commons/commons-math "2.2"]
[org.clojure/algo.generic "0.1.3"]
[org.clojure/algo.generic "1.0.1"]
[seesaw "1.5.0"]
[reply "0.5.1"
:exclusions [org.clojure/clojure
Expand All @@ -33,27 +33,27 @@
[aysylu/loom "1.0.2"]
[rolling-stones "1.0.3"
:exclusions [org.clojure/clojure]]
[clj-http "3.12.3"]
[clj-http "3.13.0"]
[clojure-complete "0.2.5"]
[ring/ring-devel "1.10.0"]
[ring/ring-core "1.10.0"]
[ring/ring-devel "1.12.1"]
[ring/ring-core "1.12.1"]
[ring/ring-json "0.5.1"]
[ring-cors "0.1.13"]
[http-kit "2.6.0"]
[http-kit "2.8.0"]
[org.apache.commons/commons-math3 "3.6.1"]
[luposlip/json-schema "0.4.1"]
[org.clojure/data.csv "1.0.1"]]
[luposlip/json-schema "0.4.5"]
[org.clojure/data.csv "1.1.0"]]
:profiles {:uberjar {:main conexp.main
:dependencies [[javax.servlet/servlet-api "2.5"]
[ring/ring-mock "0.4.0"]
[nrepl/nrepl "1.0.0"]]
[nrepl/nrepl "1.1.2"]]
:plugins [[lein-aot-order "0.1.0"]]
:aot :order}
:dev {:main conexp.main
:dependencies [[javax.servlet/servlet-api "2.5"]
[ring/ring-mock "0.4.0"]
[nrepl/nrepl "1.0.0"]
[com.clojure-goes-fast/clj-async-profiler "1.0.5"]]
[nrepl/nrepl "1.1.2"]
[com.clojure-goes-fast/clj-async-profiler "1.2.2"]]
:plugins [[lein-aot-order "0.1.0"]]
:javac-options ["-Xlint:deprecation" "-Xlint:unchecked"]
:jvm-opts ["-Djdk.attach.allowAttachSelf"]}}
Expand Down

0 comments on commit 4a745b9

Please sign in to comment.