Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion boa-async-query/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:url "https://github.com/ruroru/boa-sql"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
:url "https://www.eclipse.org/legal/epl-2.0/"}
:dependencies [[org.clojure/clojure "1.12.4"]]
:dependencies [[org.clojure/clojure "1.12.5"]]

:repositories [
["central" {:url "https://repo1.maven.org/maven2/" :snapshots false}]
Expand Down
2 changes: 1 addition & 1 deletion boa-query/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:url "https://github.com/ruroru/boa-sql"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
:url "https://www.eclipse.org/legal/epl-2.0/"}
:dependencies [[org.clojure/clojure "1.12.4"]]
:dependencies [[org.clojure/clojure "1.12.5"]]

:repositories [
["central" {:url "https://repo1.maven.org/maven2/" :snapshots false}]
Expand Down
2 changes: 1 addition & 1 deletion boa-resolver/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
:password :env/boa_sql_clojars_pass}]]


:dependencies [[org.clojure/clojure "1.12.4"]]
:dependencies [[org.clojure/clojure "1.12.5"]]
:repl-options {:init-ns boa-resolver.core})
2 changes: 1 addition & 1 deletion boa-sql-async/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
:password :env/boa_sql_clojars_pass}]]


:dependencies [[org.clojure/clojure "1.12.4"]
:dependencies [[org.clojure/clojure "1.12.5"]
[org.clojars.jj/boa-async-query "1.0.12-SNAPSHOT"]
[org.clojars.jj/next-jdbc-async-adapter "1.0.12-SNAPSHOT"]
[org.clojars.jj/boa-resource-resolver "1.0.12-SNAPSHOT"]
Expand Down
2 changes: 1 addition & 1 deletion boa-sql/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
:password :env/boa_sql_clojars_pass}]]


:dependencies [[org.clojure/clojure "1.12.4"]
:dependencies [[org.clojure/clojure "1.12.5"]
[org.clojars.jj/boa-query "1.0.12-SNAPSHOT"]
[org.clojars.jj/boa-resource-resolver "1.0.12-SNAPSHOT"]
[org.clojars.jj/boa-resolver "1.0.12-SNAPSHOT"]
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
:deploy-repositories [["clojars" {:url "https://repo.clojars.org"
:username :env/clojars_user
:password :env/boa_parent_clojars_pass}]]
:dependencies [[org.clojure/clojure "1.12.4"]]
:dependencies [[org.clojure/clojure "1.12.5"]]

:sub [
"boa-resolver"
Expand Down
2 changes: 1 addition & 1 deletion resource-resolver/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:url "http://example.com/FIXME"
:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"
:url "https://www.eclipse.org/legal/epl-2.0/"}
:dependencies [[org.clojure/clojure "1.12.4"]
:dependencies [[org.clojure/clojure "1.12.5"]
[org.clojars.jj/boa-resolver "1.0.12-SNAPSHOT"]]


Expand Down