Skip to content

Commit

Permalink
upgraded core.async to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
cnuernber committed Feb 2, 2020
1 parent f5c7369 commit 70dc24f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deps.edn
Expand Up @@ -5,12 +5,12 @@
;; don't change target/classes (do not remove it from :paths and
;; do not rename it, otherwise edit build.clj)
;; uncomment java-src if you have java sources.
:paths ["src" "java"]
:paths ["src" "java" "resources" "target/classes"]

:deps {
org.clojure/clojure {:mvn/version "1.10.1"}
camel-snake-kebab {:mvn/version "0.4.0"}
techascent/tech.datatype {:mvn/version "4.73"}
techascent/tech.datatype {:mvn/version "4.74"}
org.clojure/data.json {:mvn/version "0.2.7"}}

:build {
Expand All @@ -19,7 +19,7 @@

:group-id "cnuernber"
:artifact-id "libpython-clj"
:artifact-version "1.34-SNAPSHOT"
:artifact-version "1.36-SNAPSHOT"
:description "libpython bindings to the techascent ecosystem"
:url "http://github.com/cnuernber/libpython-clj"
:scm {:url "git@github.com:cnuernber/libpython-clj.git"}
Expand Down

0 comments on commit 70dc24f

Please sign in to comment.