Skip to content

Commit

Permalink
update dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
source-c committed Jun 29, 2021
1 parent a380dd8 commit 2958d00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions profiles.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
:target-path "target/%s"
:clean-targets ^{:protect false} [:target-path]

:plugins [[org.apache.maven.wagon/wagon-ssh-external "3.4.2"]
[org.apache.maven.wagon/wagon-http-lightweight "3.4.2"]]}
:plugins [[org.apache.maven.wagon/wagon-ssh-external "3.4.3"]
[org.apache.maven.wagon/wagon-http-lightweight "3.4.3"]]}

:provided {:dependencies [[org.clojure/clojure "1.10.1"]]}
:provided {:dependencies [[org.clojure/clojure "1.10.3"]]}

:jar {:aot :all}}

0 comments on commit 2958d00

Please sign in to comment.