This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
clj-browserchannel/clj-browserchannel-immutant-adapter/project.clj
Gered 613c75953b update some project names and links to refer to this forked repo
project name updates are most important as i'll be deploying to clojars
and don't want any conflicts with the existing project
2016-05-07 17:24:35 -04:00

8 lines
325 B
Clojure

(defproject gered/clj-browserchannel-immutant-adapter "0.0.1"
:description "Immutant async adapter for BrowserChannel"
:dependencies [[org.immutant/web "2.1.4"]
[gered/clj-browserchannel-server "0.2.2"]]
:profiles {:provided
{:dependencies
[[org.clojure/clojure "1.8.0"]]}})