Skip to content

Commit

Permalink
Merge pull request #93 from pmonks/dev
Browse files Browse the repository at this point in the history
Release 2.0.417
  • Loading branch information
pmonks committed Jun 13, 2024
2 parents 74a7457 + 3b28a1e commit 54d484f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@

{:paths ["src" "resources"]
:deps
{org.clojure/clojure {:mvn/version "1.11.2"}
org.clojure/tools.deps {:mvn/version "0.19.1417"}
{org.clojure/clojure {:mvn/version "1.11.3"}
org.clojure/tools.deps {:mvn/version "0.19.1432"}
org.clojure/data.json {:mvn/version "2.5.0"}
slipset/deps-deploy {:mvn/version "0.2.2" :exclusions [org.slf4j/slf4j-nop ch.qos.logback/logback-classic]}
; 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.228"}
clj-kondo/clj-kondo {:mvn/version "2024.03.13"}
com.github.pmonks/tools-convenience {:mvn/version "1.0.154"}
com.github.pmonks/tools-pom {:mvn/version "1.0.139"}
com.github.pmonks/tools-licenses {:mvn/version "2.0.235"}
clj-kondo/clj-kondo {:mvn/version "2024.05.24"}

; Forced versions for shit that's broken elsewhere
org.springframework.build/aws-maven {:mvn/version "4.8.0.RELEASE"} ; Note: do NOT upgrade to 5.0.0.RELEASE or deps-deploy throws a ClassDefNotFoundException
Expand All @@ -43,7 +43,7 @@
codox/codox {:mvn/version "0.10.8"}
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"}}
com.github.liquidz/antq {:mvn/version "2.8.1201"}}
:aliases
{:build {:deps {com.github.pmonks/pbr {:local/root "."}}
:ns-default pbr.build}}}
2 changes: 1 addition & 1 deletion src/pbr/tasks.clj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
(def ^:private ver-log4j2 {:mvn/version "2.23.1"})
(def ^:private ver-eastwood {:mvn/version "1.4.0"})
(def ^:private ver-codox {:mvn/version "0.10.8"})
(def ^:private ver-antq {:mvn/version "2.8.1185"})
(def ^:private ver-antq {:mvn/version "2.8.1201"})

; Utility functions

Expand Down

0 comments on commit 54d484f

Please sign in to comment.