Skip to content

Commit

Permalink
update deps, fix readme, etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
namenu committed Jan 7, 2024
1 parent 9f76a18 commit 06b5e3c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.nrepl-port
.cpcache/
.clj-kondo/
.lsp/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ This workflow will comment on your PR as shown below.

```bash
# install
clojure -Ttools install io.github.namenu/deps-diff '{:git/sha "##version##"}' :as deps-diff`
clojure -Ttools install-latest :lib io.github.namenu/deps-diff :as deps-diff`

# resolve base deps
clojure -X:deps tree :project '"test-resources/base/deps.edn"' :aliases '[:dev]' :format :edn > __base.edn
Expand Down
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ runs:
using: "composite"
steps:
- name: Prepare java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: "corretto"
java-version: "17"
distribution: "temurin"
java-version: "21"

- name: Install clojure tools
uses: DeLaGuardo/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{:deps {org.clj-commons/pretty {:mvn/version "2.2"}
org.clojure/tools.deps {:mvn/version "0.18.1354"}
org.slf4j/slf4j-nop {:mvn/version "2.0.3"}}
{:deps {org.clj-commons/pretty {:mvn/version "2.2.1"}
org.clojure/tools.deps {:mvn/version "0.18.1398"}
org.slf4j/slf4j-nop {:mvn/version "2.0.10"}}
:aliases {:test {:extra-paths ["test" "test-resources"]
:extra-deps {org.clojure/test.check {:mvn/version "1.1.1"}}}}}

0 comments on commit 06b5e3c

Please sign in to comment.