Skip to content

Commit

Permalink
bumped up luminus-undertow
Browse files Browse the repository at this point in the history
  • Loading branch information
yogthos committed Aug 13, 2020
1 parent ce9067e commit a4a149f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.85

- luminus-undertow 0.1.7

## 3.84

- fix for restarting http-kit from the REPL
Expand Down
2 changes: 1 addition & 1 deletion src/leiningen/new/undertow.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
:undertow-based true
:server "undertow")
(update :dependencies conj ['org.webjars/webjars-locator-jboss-vfs "0.1.0"])
(append-options :http-server-dependencies [['luminus-undertow "0.1.6"]]))]
(append-options :http-server-dependencies [['luminus-undertow "0.1.7"]]))]
state))

0 comments on commit a4a149f

Please sign in to comment.