Skip to content

Commit

Permalink
Merge pull request #5 from parenthesin/bump/deps
Browse files Browse the repository at this point in the history
bump: parenthesin/components deps
  • Loading branch information
rafaeldelboni authored Apr 22, 2023
2 parents c695528 + 05511b9 commit c059832
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install clojure cli
uses: DeLaGuardo/setup-clojure@master
with:
cli: 1.11.1.1165
cli: 1.11.1.1273

- name: Cache Maven packages
uses: actions/cache@v3
Expand Down
8 changes: 4 additions & 4 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
aero/aero {:mvn/version "1.1.6"}
cheshire/cheshire {:mvn/version "5.11.0"}
clj-http/clj-http {:mvn/version "3.12.3"}
com.github.seancorfield/next.jdbc {:mvn/version "1.3.865"}
com.github.seancorfield/next.jdbc {:mvn/version "1.3.874"}
com.stuartsierra/component {:mvn/version "1.1.0"}
com.taoensso/timbre {:mvn/version "6.1.0"}
com.zaxxer/HikariCP {:mvn/version "5.0.1"}
io.pedestal/pedestal.jetty {:mvn/version "0.5.10"}
io.pedestal/pedestal.service {:mvn/version "0.5.10"}
metosin/malli {:mvn/version "0.10.4"}
metosin/malli {:mvn/version "0.11.0"}
metosin/muuntaja {:mvn/version "0.6.8"}
metosin/reitit {:mvn/version "0.6.0"}
metosin/reitit-pedestal {:mvn/version "0.6.0"}
Expand All @@ -30,7 +30,7 @@
nubank/state-flow {:mvn/version "5.14.4"}}
:main-opts ["-m" "kaocha.runner"]}

:clojure-lsp {:replace-deps {com.github.clojure-lsp/clojure-lsp-standalone {:mvn/version "2023.02.27-13.12.12"}}
:clojure-lsp {:replace-deps {com.github.clojure-lsp/clojure-lsp-standalone {:mvn/version "2023.04.19-12.43.29"}}
:main-opts ["-m" "clojure-lsp.main"]}

:nrepl {:extra-deps {cider/cider-nrepl {:mvn/version "0.30.0"}}
Expand All @@ -42,7 +42,7 @@
:exec-fn org.corfield.build/jar
:exec-args {:jar-file "target/components.jar"}}

:deploy {:deps {slipset/deps-deploy {:mvn/version "0.2.0"}
:deploy {:deps {slipset/deps-deploy {:mvn/version "0.2.1"}
io.github.seancorfield/build-clj {:git/tag "v0.9.2"
:git/sha "9c9f078"
:deps/root "slim"}}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>components</artifactId>
<version>0.1.0-SNAPSHOT</version>
<name>com.github.parenthesin/components</name>
<description>FIXME: my new library.</description>
<description>Common components used on the Parenthesin's service templates.</description>
<url>https://github.com/parenthesin/components</url>
<licenses>
<license>
Expand Down

0 comments on commit c059832

Please sign in to comment.