Skip to content

Commit

Permalink
updated ring and jetty deps to reduce the possibility of conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Hauman committed Jun 15, 2020
1 parent 962524b commit ea436e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
com.bhauman/figwheel-core {:mvn/version "0.2.9-SNAPSHOT"}

;; server
ring {:mvn/version "1.7.1"}
org.eclipse.jetty.websocket/websocket-servlet {:mvn/version "9.4.12.v20180830"}
org.eclipse.jetty.websocket/websocket-server {:mvn/version "9.4.12.v20180830"}
ring {:mvn/version "1.8.1"}
org.eclipse.jetty.websocket/websocket-servlet {:mvn/version "9.4.28.v20200408"}
org.eclipse.jetty.websocket/websocket-server {:mvn/version "9.4.28.v20200408"}

;; file watching
hawk {:mvn/version "0.2.11"}
Expand Down
6 changes: 3 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
[com.bhauman/figwheel-core "0.2.9-SNAPSHOT"]
[com.bhauman/spell-spec "0.1.1"]
[com.bhauman/cljs-test-display "0.1.1"]
[ring "1.7.1"]
[org.eclipse.jetty.websocket/websocket-servlet "9.4.12.v20180830"]
[org.eclipse.jetty.websocket/websocket-server "9.4.12.v20180830"]
[ring "1.8.1"]
[org.eclipse.jetty.websocket/websocket-servlet "9.4.28.v20200408"]
[org.eclipse.jetty.websocket/websocket-server "9.4.28.v20200408"]
[binaryage/devtools "0.9.10"]
[hawk "0.2.11"]
[expound "0.7.1"]]
Expand Down

0 comments on commit ea436e3

Please sign in to comment.