Skip to content

Commit

Permalink
v1.20.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Oct 8, 2024
1 parent 8fde2a2 commit f325540
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.taoensso/sente "1.19.2"
(defproject com.taoensso/sente "1.20.0-SNAPSHOT"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Realtime web comms library for Clojure/Script"
:url "https://github.com/taoensso/sente"
Expand Down Expand Up @@ -54,7 +54,7 @@

:dev [:dev+ :community]
:dev+
{:jvm-opts ["-server" "-Dtaoensso.elide-deprecated=true"]
{:jvm-opts ["-server" #_"-Dtaoensso.elide-deprecated=true"]
:global-vars
{*warn-on-reflection* true
*assert* true
Expand Down

0 comments on commit f325540

Please sign in to comment.