Skip to content

Commit

Permalink
Merge branch 'trunk'
Browse files Browse the repository at this point in the history
  • Loading branch information
source-c committed Feb 13, 2023
2 parents ed19d78 + b973375 commit e2017b3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
(defproject ai.z7/sqlg-clj "0.0.4"
(defproject ai.z7/sqlg-clj "0.0.5"
:description "The SQL Graph with Tinkerpop3 and Clojure"
:url "https://github.com/fern-flower-lab/sqlg-clj"
:license {:name "MIT"}
:dependencies [[org.clojure/clojure "1.11.1"]
[potemkin "0.4.5"]
[potemkin "0.4.6"]
[org.apache.commons/commons-configuration2 "2.8.0"]
[com.google.guava/guava "31.1-jre"]
[ai.z7/java-properties "1.1.0"]
[ai.z7/java-properties "1.2.0"]

[org.umlg/sqlg-postgres-dialect "2.1.6"
:exclusions [com.google.guava/guava]]
Expand All @@ -26,11 +26,11 @@
:source-paths ["src-clj"]
:java-source-paths ["src-java"]
:profiles {:dev {:global-vars {*assert* true}
:dependencies [[ch.qos.logback/logback-classic "1.2.11"
:dependencies [[ch.qos.logback/logback-classic "1.4.5"
:exclusions [org.slf4j/slf4j-api]]
[org.slf4j/jul-to-slf4j "1.7.36"]
[org.slf4j/jcl-over-slf4j "1.7.36"]
[org.slf4j/log4j-over-slf4j "1.7.36"]
[org.slf4j/jul-to-slf4j "2.0.6"]
[org.slf4j/jcl-over-slf4j "2.0.6"]
[org.slf4j/log4j-over-slf4j "2.0.6"]
[org.clojure/tools.logging "1.2.4"]]
:junit ["src-java"]}
:uberjar {:aot :all}}
Expand Down

0 comments on commit e2017b3

Please sign in to comment.