Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Nov 28, 2024
1 parent 22219ea commit 5776ccd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:deps {org.clojure/clojure {:mvn/version "1.11.4"}
{:deps {org.clojure/clojure {:mvn/version "1.12.0"}
org.duct-framework/logger {:mvn/version "0.4.0"}
org.duct-framework/logger.simple {:mvn/version "0.4.5"}
org.duct-framework/logger.simple {:mvn/version "0.4.6"}
integrant/integrant {:mvn/version "0.13.1"}}}
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:url "https://github.com/duct-framework/module.logging"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.11.4"]
:dependencies [[org.clojure/clojure "1.12.0"]
[org.duct-framework/logger "0.4.0"]
[org.duct-framework/logger.simple "0.4.5"]
[org.duct-framework/logger.simple "0.4.6"]
[integrant "0.13.1"]])

0 comments on commit 5776ccd

Please sign in to comment.