Skip to content

Commit

Permalink
Merge pull request #89 from pmonks/dev
Browse files Browse the repository at this point in the history
Release 2.0.408
  • Loading branch information
pmonks committed Apr 8, 2024
2 parents 0187ad7 + 1ab1210 commit 4c9caab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: clojure -Srepro -J-Dclojure.main.report=stderr -T:build docs

- name: Deploy docs
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
keep_files: true # Required so that we don't clobber the NVD report (published separately)
Expand Down
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
; io.github.clojure/tools.build {:mvn/version "0.9.6" :exclusions [org.slf4j/slf4j-nop]}
com.github.pmonks/tools-convenience {:mvn/version "1.0.151"}
com.github.pmonks/tools-pom {:mvn/version "1.0.136"}
com.github.pmonks/tools-licenses {:mvn/version "2.0.213"}
com.github.pmonks/tools-licenses {:mvn/version "2.0.217"}
clj-kondo/clj-kondo {:mvn/version "2024.03.13"}

; Forced versions for shit that's broken elsewhere
Expand All @@ -41,7 +41,7 @@
; org.slf4j/slf4j-nop {:mvn/version "2.0.10"} ; Note: used for some commands invoked as sub-processes, but can't be used here or it will shadow log4j2
jonase/eastwood {:mvn/version "1.4.0"} ; Note: 1.4.2 uses a version of org.ow2.asm/asm that's incompatible with clj-kondo's dependent version
codox/codox {:mvn/version "0.10.8"}
com.github.athos/clj-check {:git/sha "518d5a1cbfcd7c952f548e6dbfcb9a4a5faf9062"}
com.github.athos/clj-check {:git/sha "d997df866b2a04b7ce7b17533093ee0a2e2cb729"}
io.github.cognitect-labs/test-runner {:git/tag "v0.5.1" :git/sha "dfb30dd"}
com.github.liquidz/antq {:mvn/version "2.8.1185"}}
:aliases
Expand Down
2 changes: 1 addition & 1 deletion src/pbr/tasks.clj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
[tools-convenience.api :as tc]
[tools-pom.tasks :as pom]))

(def ^:private ver-clj-check {:git/sha "518d5a1cbfcd7c952f548e6dbfcb9a4a5faf9062"})
(def ^:private ver-clj-check {:git/sha "d997df866b2a04b7ce7b17533093ee0a2e2cb729"})
(def ^:private ver-test-runner {:git/tag "v0.5.1" :git/sha "dfb30dd"})
(def ^:private ver-slf4j {:mvn/version "2.0.10"})
(def ^:private ver-log4j2 {:mvn/version "2.23.1"})
Expand Down

0 comments on commit 4c9caab

Please sign in to comment.