Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit ff77bfe

Browse files
committed
bump deps
1 parent 3a4c49f commit ff77bfe

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515

1616
{:deps {org.clojure/clojure {:mvn/version "1.10.1"}
1717
clj-commons/clj-yaml {:mvn/version "0.7.1"}
18-
metosin/jsonista {:mvn/version "0.2.5"}
18+
metosin/jsonista {:mvn/version "0.2.6"}
1919
unixsocket-http {:mvn/version "1.0.5"}}
2020
:paths ["src" "resources"]}

project.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
:url "https://www.gnu.org/licenses/lgpl-3.0.en.html"}
2222
:dependencies [[org.clojure/clojure "1.10.1"]
2323
[clj-commons/clj-yaml "0.7.1"]
24-
[metosin/jsonista "0.2.5"]
24+
[metosin/jsonista "0.2.6"]
2525
[unixsocket-http "1.0.5"]]
2626
:plugins [[lein-ancient "0.6.15"]]
2727
:global-vars {*warn-on-reflection* true}
28-
:profiles {:kaocha {:dependencies [[lambdaisland/kaocha "1.0-612"]]}
28+
:profiles {:kaocha {:dependencies [[lambdaisland/kaocha "1.0.632"]]}
2929
:rebl {:repl-options {:nrepl-middleware [nrebl.middleware/wrap-nrebl]}
3030
:injections [(require '[cognitect.rebl :as rebl])]
3131
:dependencies [[rickmoynihan/nrebl.middleware "0.3.1"]
32-
[org.clojure/core.async "1.1.587"]
32+
[org.clojure/core.async "1.2.603"]
3333
[lein-cljfmt "0.6.7"]
3434
[org.openjfx/javafx-fxml "14.0.1"]
3535
[org.openjfx/javafx-controls "14.0.1"]

0 commit comments

Comments
 (0)