diff --git a/project.clj b/project.clj index 7f816fd..8aa1520 100644 --- a/project.clj +++ b/project.clj @@ -4,7 +4,7 @@ :license {:name "EPL-2.0" :url "https://www.eclipse.org/legal/epl-2.0/"} :dependencies [[org.clojure/clojure "1.12.4"] - [org.clojure/tools.logging "1.3.0"]] + [org.clojure/tools.logging "1.3.1"]] :java-source-paths ["src/java/main"] :source-paths ["src/clojure/main"] :test-paths ["src/clojure/test"]