Skip to content

Commit 318bc9e

Browse files
committed
Update Ring dependency
1 parent 206d483 commit 318bc9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:license {:name "The MIT License"
55
:url "http://opensource.org/licenses/MIT"}
66
:dependencies [[org.clojure/clojure "1.9.0"]
7-
[ring/ring-core "1.12.1"]]
7+
[ring/ring-core "1.13.0"]]
88
:plugins [[lein-codox "0.10.8"]]
99
:codox {:output-path "codox"
1010
:source-uri "http://github.com/ring-clojure/ring-websocket-middleware/blob/{version}/{filepath}#L{line}"})

0 commit comments

Comments
 (0)