From 5ee254ca3df3a479968bab45cba4bf42b7c50061 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Sat, 8 Jul 2023 10:55:29 +0100 Subject: [PATCH] Updated Ring plugin. Uberwar build now works, d'oh! `lein ring server` still breaks, to be investigated. --- .gitignore | 2 ++ project.clj | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f583146..98bc2f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +.clj-kondo/ +.lsp/ /target /lib /classes diff --git a/project.clj b/project.clj index 8f5015c..daa3555 100644 --- a/project.clj +++ b/project.clj @@ -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