diff --git a/chat-demo/project.clj b/chat-demo/project.clj index b3f5102..8203af8 100644 --- a/chat-demo/project.clj +++ b/chat-demo/project.clj @@ -4,7 +4,7 @@ [ring/ring-core "1.1.0-SNAPSHOT" :exclusions [javax.servlet/servlet-api]] [org.clojure/clojurescript "0.0-1011" :exclusions [org.clojure/google-closure-library]] [net.thegeez/google-closure-library "0.0-1698"] - [net.thegeez/clj-browserchannel-server "0.0.2"] + [net.thegeez/clj-browserchannel-server "0.0.3"] [net.thegeez/clj-browserchannel-jetty-adapter "0.0.1"] [net.thegeez/clj-browserchannel-netty-adapter "0.0.1"] ]