Skip to content

Commit

Permalink
bumped up conman library
Browse files Browse the repository at this point in the history
  • Loading branch information
yogthos committed Sep 3, 2024
1 parent 4c34516 commit 54566bf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
;; kit-selmer
selmer/selmer {:mvn/version "1.12.59"}
;; kit-sql
io.github.kit-clj/kit-sql-conman {:mvn/version "1.10.2"}
io.github.kit-clj/kit-sql-conman {:mvn/version "1.10.4"}
io.github.kit-clj/kit-sql-migratus {:mvn/version "1.0.4"}
;; kit-sql-conman
conman/conman {:mvn/version "0.9.6"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"kit-repl" "1.0.2"
"kit-selmer" "1.0.3"
"kit-sql-migratus" "1.0.4"
"kit-sql-conman" "1.10.3"
"kit-sql-conman" "1.10.4"
"kit-sql-hikari" "1.0.4"
"kit-sql" "1.1.4"
"kit-undertow" "1.0.6"
"lein-template" "0.1.63"
"deps-template" "0.1.63"}
"lein-template" "0.1.64"
"deps-template" "0.1.64"}
2 changes: 1 addition & 1 deletion libs/kit-sql/deps.edn
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{:paths ["src"]
:deps {io.github.kit-clj/kit-sql-conman {:mvn/version "1.10.1"}
:deps {io.github.kit-clj/kit-sql-conman {:mvn/version "1.10.4"}
io.github.kit-clj/kit-sql-migratus {:mvn/version "1.0.4"}}}
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.63"}}}
io.github.kit-clj/deps-template {:mvn/version "0.1.64"}}}

0 comments on commit 54566bf

Please sign in to comment.