Skip to content

Commit 593e5e5

Browse files
committed
Update dependencies to latest
1 parent 4b9aec3 commit 593e5e5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

project.clj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
:url "https://github.com/walmartlabs/clojure-game-geek"
44
:license {:name "Eclipse Public License"
55
:url "http://www.eclipse.org/legal/epl-v10.html"}
6-
:dependencies [[org.clojure/clojure "1.8.0"]
7-
[org.clojure/core.async "0.3.443"]
6+
:dependencies [[org.clojure/clojure "1.9.0"]
7+
[org.clojure/core.async "0.4.474"]
88
[com.stuartsierra/component "0.3.2"]
9-
[com.walmartlabs/lacinia "0.25.0"]
10-
[com.walmartlabs/lacinia-pedestal "0.7.0"]
9+
[com.walmartlabs/lacinia "0.30.0"]
10+
[com.walmartlabs/lacinia-pedestal "0.10.0"]
1111
[alaisi/postgres.async "0.8.0"]
12-
[io.aviso/logging "0.2.0"]])
12+
[io.aviso/logging "0.3.1"]])

0 commit comments

Comments
 (0)