Skip to content

Commit 0a8c66f

Browse files
committed
Update dependencies
1 parent 0c1a9fe commit 0a8c66f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

project.clj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
[version-clj "0.1.2"]
44
;; general
55
[com.stuartsierra/component "0.3.2"]
6-
[clj-time "0.14.4"]
6+
[clj-time "0.15.0"]
77
[com.climate/claypoole "1.1.4"]
88
[toml "0.1.3"]
99
;; templates
10-
[selmer "1.12.1"]
10+
[selmer "1.12.2"]
1111
[hiccup "1.0.5"]
1212
;; html
1313
[enlive "1.1.6"]
1414
[org.apache.commons/commons-lang3 "3.8.1"]
15-
[com.anychart/playground-samples-parser "0.2.5"]
15+
[com.anychart/playground-samples-parser "0.2.6"]
1616
[com.anychart/link-checker "0.2.10"]
1717
[org.jsoup/jsoup "1.11.3"]
1818
[garden "1.3.6"]
@@ -25,15 +25,15 @@
2525
;; logging
2626
[com.taoensso/timbre "4.10.0"]
2727
;; databases
28-
[com.taoensso/carmine "2.19.0"]
28+
[com.taoensso/carmine "2.19.1"]
2929
;; there are some problems with new jdbc using sphinx
3030
[org.clojure/java.jdbc "0.7.8"]
3131
[mysql/mysql-connector-java "5.1.36"]
3232
[postgresql/postgresql "9.3-1102.jdbc41"]
3333
[clojure.jdbc/clojure.jdbc-c3p0 "0.3.3"]
3434
[honeysql "0.9.4"]
3535
;; markdown
36-
[markdown-clj "1.0.3"]
36+
[markdown-clj "1.0.4"]
3737
;; filesystem
3838
[me.raynes/fs "1.4.6"]
3939
[cpath-clj "0.1.2"]

0 commit comments

Comments
 (0)