File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- (defproject ai.z7 /sqlg-clj " 0.0.4 "
1+ (defproject ai.z7 /sqlg-clj " 0.0.5 "
22 :description " The SQL Graph with Tinkerpop3 and Clojure"
33 :url " https://github.com/fern-flower-lab/sqlg-clj"
44 :license {:name " MIT" }
55 :dependencies [[org.clojure/clojure " 1.11.1" ]
6- [potemkin " 0.4.5 " ]
6+ [potemkin " 0.4.6 " ]
77 [org.apache.commons/commons-configuration2 " 2.8.0" ]
88 [com.google.guava/guava " 31.1-jre" ]
9- [ai.z7/java-properties " 1.1 .0" ]
9+ [ai.z7/java-properties " 1.2 .0" ]
1010
1111 [org.umlg/sqlg-postgres-dialect " 2.1.6"
1212 :exclusions [com.google.guava/guava]]
2626 :source-paths [" src-clj" ]
2727 :java-source-paths [" src-java" ]
2828 :profiles {:dev {:global-vars {*assert* true }
29- :dependencies [[ch.qos.logback/logback-classic " 1.2.11 "
29+ :dependencies [[ch.qos.logback/logback-classic " 1.4.5 "
3030 :exclusions [org.slf4j/slf4j-api]]
31- [org.slf4j/jul-to-slf4j " 1.7.36 " ]
32- [org.slf4j/jcl-over-slf4j " 1.7.36 " ]
33- [org.slf4j/log4j-over-slf4j " 1.7.36 " ]
31+ [org.slf4j/jul-to-slf4j " 2.0.6 " ]
32+ [org.slf4j/jcl-over-slf4j " 2.0.6 " ]
33+ [org.slf4j/log4j-over-slf4j " 2.0.6 " ]
3434 [org.clojure/tools.logging " 1.2.4" ]]
3535 :junit [" src-java" ]}
3636 :uberjar {:aot :all }}
You can’t perform that action at this time.
0 commit comments