Skip to content

Commit

Permalink
bumped up versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yogthos committed Aug 16, 2023
1 parent b4224d9 commit a6f3b93
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions libs/deps-template/resources/io/github/kit_clj/kit/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
:extra-paths ["env/dev/clj" "env/dev/resources" "test/clj"]}
:nrepl {:extra-deps {nrepl/nrepl {:mvn/version "1.0.0"}}
:main-opts ["-m" "nrepl.cmdline" "-i"]}
:cider {:extra-deps {nrepl/nrepl {:mvn/version "0.9.0"}
:cider {:extra-deps {nrepl/nrepl {:mvn/version "1.0.0"}
cider/cider-nrepl {:mvn/version "0.35.3"}}
:main-opts ["-m" "nrepl.cmdline" "--middleware" "[cider.nrepl/cider-middleware]" "-i"]}

Expand All @@ -68,11 +68,11 @@
:git/tag "v0.5.1"
:git/sha "dfb30dd"}
pjstadig/humane-test-output {:mvn/version "0.11.0"}
ring/ring-devel {:mvn/version "1.9.5"}
ring/ring-devel {:mvn/version "1.10.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.2.0"}
com.lambdaisland/classpath {:mvn/version "0.0.27"}}
org.clojure/tools.namespace {:mvn/version "1.4.4"}
com.lambdaisland/classpath {:mvn/version "0.4.44"}}
:exec-fn cognitect.test-runner.api/test
:extra-paths ["env/dev/clj" "env/dev/resources" "env/test/resources" "test/clj"]
:main-opts ["-e" "(require 'pjstadig.humane-test-output) (pjstadig.humane-test-output/activate!)"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{"kit-core" "1.0.4"
{"kit-core" "1.0.5"
"kit-http-kit" "1.0.3"
"kit-xtdb" "1.0.3"
"kit-generator" "0.1.8"
Expand All @@ -16,5 +16,5 @@
"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"}
"lein-template" "0.1.43"
"deps-template" "0.1.43"}
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.42"}}}
io.github.kit-clj/deps-template {:mvn/version "0.1.43"}}}

0 comments on commit a6f3b93

Please sign in to comment.