Skip to content

Commit

Permalink
bumped up versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yogthos committed Mar 11, 2024
1 parent 0ef9a37 commit 0fe3372
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions libs/deps-template/resources/io/github/kit_clj/kit/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

;; Ring
metosin/ring-http-response {:mvn/version "0.9.3"}
ring/ring-core {:mvn/version "1.11.0"}
ring/ring-core {:mvn/version "1.12.0"}
ring/ring-defaults {:mvn/version "0.4.0"}

;; Logging
Expand Down Expand Up @@ -46,7 +46,7 @@
integrant/repl {:mvn/version "0.3.3"}
mvxcvi/cljstyle {:mvn/version "0.16.630"}
pjstadig/humane-test-output {:mvn/version "0.11.0"}
ring/ring-devel {:mvn/version "1.11.0"}
ring/ring-devel {:mvn/version "1.12.0"}
ring/ring-mock {:mvn/version "0.4.0"}
io.github.kit-clj/kit-generator {:mvn/version "<<versions.kit-generator>>"}
org.clojure/tools.namespace {:mvn/version "1.4.4"}<% if xtdb? %>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"kit-sql-hikari" "1.0.4"
"kit-sql" "1.1.4"
"kit-undertow" "1.0.6"
"lein-template" "0.1.57"
"deps-template" "0.1.57"}
"lein-template" "0.1.58"
"deps-template" "0.1.58"}
2 changes: 1 addition & 1 deletion libs/lein-template/deps.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:paths ["src"]
:deps {selmer/selmer {:mvn/version "1.12.59"}
com.github.seancorfield/clj-new {:mvn/version "1.2.381"}
io.github.kit-clj/deps-template {:mvn/version "0.1.57"}}}
io.github.kit-clj/deps-template {:mvn/version "0.1.58"}}}

0 comments on commit 0fe3372

Please sign in to comment.