Updated Ring plugin. Uberwar build now works, d'oh!

`lein ring server` still breaks, to be investigated.
This commit is contained in:
Simon Brooke 2023-07-08 10:55:29 +01:00
parent 83db0cb2cb
commit 5ee254ca3d
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
2 changed files with 6 additions and 4 deletions

2
.gitignore vendored
View file

@ -1,3 +1,5 @@
.clj-kondo/
.lsp/
/target
/lib
/classes

View file

@ -24,10 +24,10 @@
"Implementation-Version" "0.1.6-SNAPSHOT built by Simon Brooke on 2021-05-17 13:31:22+01:00"}
:min-lein-version "2.0.0"
:plugins [[lein-ring "0.8.11"]
[lein-environ "0.5.0"]
[lein-marginalia "0.7.1"]
[io.sarnowski/lein-docker "1.1.0"]]
:plugins [[lein-ring "0.12.6"]
[lein-environ "1.2.0"]
[lein-marginalia "0.9.1"]
[gorillalabs/lein-docker "1.6.0"]]
:profiles
{:uberjar {:aot :all}
:production {:ring {:open-browser? false