Skip to content

Commit ca428ba

Browse files
committed
update dependencies
1 parent 90b3422 commit ca428ba

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

deps.edn

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
metosin/malli {:mvn/version "0.6.2"}
88
metosin/muuntaja {:mvn/version "0.6.8"}
99
ring/ring-defaults {:mvn/version "0.3.3"}
10-
org.clojure/core.async {:mvn/version "1.3.618"}
10+
org.clojure/core.async {:mvn/version "1.3.622"}
1111

1212
;; SQL ;)
13-
com.github.seancorfield/next.jdbc {:mvn/version "1.2.709"}
14-
com.github.seancorfield/honeysql {:mvn/version "2.0.783"}
13+
com.github.seancorfield/next.jdbc {:mvn/version "1.2.731"}
14+
com.github.seancorfield/honeysql {:mvn/version "2.1.818"}
1515
hikari-cp/hikari-cp {:mvn/version "2.13.0"}
1616
org.xerial/sqlite-jdbc {:mvn/version "3.36.0.3"}
1717
ragtime/ragtime {:mvn/version "0.8.1"}
@@ -20,16 +20,16 @@
2020
datascript/datascript {:mvn/version "1.2.8"}
2121

2222
;; for time-ordered UUIDs
23-
com.github.f4b6a3/uuid-creator {:mvn/version "4.1.1"}}
23+
com.github.f4b6a3/uuid-creator {:mvn/version "4.1.2"}}
2424

2525
:aliases
2626
{:cljs {:extra-paths ["src/cljs" "src/cljc"]
27-
:extra-deps {thheller/shadow-cljs {:mvn/version "2.15.10"}}
27+
:extra-deps {thheller/shadow-cljs {:mvn/version "2.15.12"}}
2828
:main-opts ["-m" "shadow.cljs.devtools.cli"]}
2929

3030
:build {:extra-paths ["src/cljs" "src/cljc"]
31-
:extra-deps {io.github.clojure/tools.build {:git/tag "v0.6.1" :git/sha "515b334"}
32-
thheller/shadow-cljs {:mvn/version "2.15.10"}
31+
:extra-deps {io.github.clojure/tools.build {:git/tag "v0.6.2" :git/sha "226fb52"}
32+
thheller/shadow-cljs {:mvn/version "2.15.12"}
3333
com.github.seancorfield/depstar {:mvn/version "2.1.303"}
3434

3535
;; cljs dependencies

0 commit comments

Comments
 (0)