-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dmitri Sotnikov
authored and
Dmitri Sotnikov
committed
Aug 15, 2023
1 parent
d7f1b24
commit faab3d6
Showing
20 changed files
with
74 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 17 additions & 17 deletions
34
libs/deps-template/resources/io/github/kit_clj/kit/versions.edn
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
{"kit-core" "1.0.3" | ||
"kit-http-kit" "1.0.2" | ||
{"kit-core" "1.0.4" | ||
"kit-http-kit" "1.0.3" | ||
"kit-xtdb" "1.0.3" | ||
"kit-generator" "0.1.8" | ||
"kit-hato" "1.0.1" | ||
"kit-nrepl" "1.0.1" | ||
"kit-hato" "1.0.2" | ||
"kit-nrepl" "1.0.2" | ||
"kit-metrics" "1.0.3" | ||
"kit-mysql" "1.0.3" | ||
"kit-postgres" "1.0.3" | ||
"kit-quartz" "1.0.2" | ||
"kit-redis" "1.0.4" | ||
"kit-repl" "1.0.1" | ||
"kit-selmer" "1.0.2" | ||
"kit-sql-migratus" "1.0.3" | ||
"kit-sql-conman" "1.0.7" | ||
"kit-sql-hikari" "1.0.3" | ||
"kit-sql" "1.1.3" | ||
"kit-undertow" "1.0.5" | ||
"lein-template" "0.1.41" | ||
"deps-template" "0.1.41"} | ||
"kit-mysql" "1.0.4" | ||
"kit-postgres" "1.0.4" | ||
"kit-quartz" "1.0.3" | ||
"kit-redis" "1.0.5" | ||
"kit-repl" "1.0.2" | ||
"kit-selmer" "1.0.3" | ||
"kit-sql-migratus" "1.0.4" | ||
"kit-sql-conman" "1.0.8" | ||
"kit-sql-hikari" "1.0.4" | ||
"kit-sql" "1.1.4" | ||
"kit-undertow" "1.0.6" | ||
"lein-template" "0.1.42" | ||
"deps-template" "0.1.42"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{:paths ["src"] | ||
:deps {aero/aero {:mvn/version "1.1.6"} | ||
integrant/integrant {:mvn/version "0.8.0"} | ||
integrant/integrant {:mvn/version "0.8.1"} | ||
org.clojure/tools.logging {:mvn/version "1.2.4"} | ||
ch.qos.logback/logback-classic {:mvn/version "1.4.5"}}} | ||
ch.qos.logback/logback-classic {:mvn/version "1.4.11"}}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{:paths ["src"] | ||
:deps {integrant/integrant {:mvn/version "0.8.0"} | ||
:deps {integrant/integrant {:mvn/version "0.8.1"} | ||
hato/hato {:mvn/version "0.9.0"}}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{:paths ["src"] | ||
:deps {integrant/integrant {:mvn/version "0.8.0"} | ||
http-kit/http-kit {:mvn/version "2.6.0"}}} | ||
:deps {integrant/integrant {:mvn/version "0.8.1"} | ||
http-kit/http-kit {:mvn/version "2.7.0"}}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
{:paths ["src"] | ||
:deps {com.mysql/mysql-connector-j {:mvn/version "8.0.32"}}} | ||
:deps {com.mysql/mysql-connector-j {:mvn/version "8.0.33"}}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{:paths ["src"] | ||
:deps {org.clojure/tools.logging {:mvn/version "1.2.4"} | ||
integrant/integrant {:mvn/version "0.8.0"} | ||
integrant/integrant {:mvn/version "0.8.1"} | ||
nrepl/nrepl {:mvn/version "1.0.0"}}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{:paths ["src"] | ||
:deps {org.postgresql/postgresql {:mvn/version "42.5.4"} | ||
:deps {org.postgresql/postgresql {:mvn/version "42.6.0"} | ||
cheshire/cheshire {:mvn/version "5.11.0"}}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{:paths ["src"] | ||
:deps {aero/aero {:mvn/version "1.1.6"} | ||
integrant/integrant {:mvn/version "0.8.0"} | ||
integrant/integrant {:mvn/version "0.8.1"} | ||
com.troy-west/cronut {:mvn/version "0.2.6"} | ||
io.github.kit-clj/kit-core {:mvn/version "1.0.3"}}} | ||
io.github.kit-clj/kit-core {:mvn/version "1.0.4"}}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{:paths ["src"] | ||
:deps {integrant/integrant {:mvn/version "0.8.0"} | ||
:deps {integrant/integrant {:mvn/version "0.8.1"} | ||
org.clojure/core.cache {:mvn/version "1.0.225"} | ||
com.taoensso/carmine {:mvn/version "3.2.0"} | ||
io.github.kit-clj/kit-core {:mvn/version "1.0.3"}}} | ||
io.github.kit-clj/kit-core {:mvn/version "1.0.4"}}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{:paths ["src"] | ||
:deps {org.clojure/tools.logging {:mvn/version "1.2.4"} | ||
integrant/integrant {:mvn/version "0.8.0"}}} | ||
integrant/integrant {:mvn/version "0.8.1"}}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{:paths ["src"] | ||
:deps {integrant/integrant {:mvn/version "0.8.0"} | ||
selmer/selmer {:mvn/version "1.12.55"}}} | ||
:deps {integrant/integrant {:mvn/version "0.8.1"} | ||
selmer/selmer {:mvn/version "1.12.59"}}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{:paths ["src"] | ||
:deps {integrant/integrant {:mvn/version "0.8.0"} | ||
:deps {integrant/integrant {:mvn/version "0.8.1"} | ||
conman/conman {:mvn/version "0.9.6"} | ||
io.github.kit-clj/kit-core {:mvn/version "1.0.3"}}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{:paths ["src"] | ||
:deps {integrant/integrant {:mvn/version "0.8.0"} | ||
com.github.seancorfield/next.jdbc {:mvn/version "1.3.858"} ;; TODO: is this required here? | ||
:deps {integrant/integrant {:mvn/version "0.8.1"} | ||
com.github.seancorfield/next.jdbc {:mvn/version "1.3.883"} ;; TODO: is this required here? | ||
hikari-cp/hikari-cp {:mvn/version "3.0.1"} | ||
io.github.kit-clj/kit-core {:mvn/version "1.0.3"}}} | ||
io.github.kit-clj/kit-core {:mvn/version "1.0.4"}}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{:paths ["src"] | ||
:deps {integrant/integrant {:mvn/version "0.8.0"} | ||
migratus/migratus {:mvn/version "1.4.9"}}} | ||
:deps {integrant/integrant {:mvn/version "0.8.1"} | ||
migratus/migratus {:mvn/version "1.5.1"}}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.0.7"} | ||
io.github.kit-clj/kit-sql-migratus {:mvn/version "1.0.2"}}} | ||
:deps {io.github.kit-clj/kit-sql-conman {:mvn/version "1.0.8"} | ||
io.github.kit-clj/kit-sql-migratus {:mvn/version "1.0.3"}}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{:paths ["src"] | ||
:deps {org.clojure/tools.logging {:mvn/version "1.2.4"} | ||
integrant/integrant {:mvn/version "0.8.0"} | ||
integrant/integrant {:mvn/version "0.8.1"} | ||
luminus/ring-undertow-adapter {:mvn/version "1.3.1"}}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{:paths ["src"] | ||
:deps {selmer/selmer {:mvn/version "1.12.55"} | ||
com.github.seancorfield/clj-new {:mvn/version "1.2.381"} | ||
io.github.kit-clj/deps-template {:mvn/version "0.1.41"}}} | ||
io.github.kit-clj/deps-template {:mvn/version "0.1.42"}}} |