Skip to content

Commit

Permalink
fix event listen
Browse files Browse the repository at this point in the history
  • Loading branch information
ntestoc3 committed May 1, 2022
1 parent 48a77f8 commit 74bbb8b
Show file tree
Hide file tree
Showing 6 changed files with 25,466 additions and 6 deletions.
6 changes: 3 additions & 3 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{:deps {org.clojure/clojure {:mvn/version "1.9.0"}
{:deps {org.clojure/clojure {:mvn/version "1.11.1"}
cheshire/cheshire {:mvn/version "5.10.2"}
org.clojure/tools.logging {:mvn/version "1.2.4"}
java-http-clj/java-http-clj {:mvn/version "0.4.3"}
}
:paths ["src" "resources"]
:aliases
{:bb {:extra-deps {org.babashka/spec.alpha {:git/url "https://github.com/babashka/spec.alpha"
:git/sha "1a841c4cc1d4f6dab7505a98ed2d532dd9d56b78"}}}
:git/sha "433b0778e2c32f4bb5d0b48e5a33520bee28b906"}}}
:test {:extra-paths ["test"]
; This is a simplistic test runner but it’s sufficient for now.
:extra-deps {test-runner/test-runner {:git/url "https://github.com/cognitect-labs/test-runner"
:sha "209b64504cb3bd3b99ecfec7937b358a879f55c1"}}
:sha "cc75980b43011773162b485f46f939dc5fba91e4"}}
:main-opts ["-m" "cognitect.test-runner"]}}}

0 comments on commit 74bbb8b

Please sign in to comment.