Skip to content

Commit aa69763

Browse files
committed
v1.16.0-SNAPSHOT
1 parent 55ee16d commit aa69763

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

example-project/project.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject com.taoensso.examples/sente "1.15.0"
1+
(defproject com.taoensso.examples/sente "1.16.0-SNAPSHOT"
22
:description "Sente, reference web-app example project"
33
:url "https://github.com/ptaoussanis/sente"
44
:license {:name "Eclipse Public License"
@@ -15,7 +15,7 @@
1515
[org.clojure/core.async "1.3.610"]
1616
[org.clojure/tools.nrepl "0.2.13"] ; Optional, for Cider
1717

18-
[com.taoensso/sente "1.15.0"] ; <--- Sente
18+
[com.taoensso/sente "1.16.0-SNAPSHOT"] ; <--- Sente
1919
[com.taoensso/timbre "4.10.0"]
2020

2121
;;; TODO Choose (uncomment) a supported web server -----------------------

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject com.taoensso/sente "1.15.0"
1+
(defproject com.taoensso/sente "1.16.0-SNAPSHOT"
22
:author "Peter Taoussanis <https://www.taoensso.com>"
33
:description "Realtime web comms for Clojure/Script"
44
:url "https://github.com/ptaoussanis/sente"

0 commit comments

Comments
 (0)