diff --git a/async-boa-sql/project.clj b/async-boa-sql/project.clj index bac4c28..08bb3bb 100644 --- a/async-boa-sql/project.clj +++ b/async-boa-sql/project.clj @@ -24,7 +24,7 @@ :dependencies [[org.clojure/clojure "1.12.4"] - [org.clojars.jj/boa-async-query "1.0.4-SNAPSHOT"] + [org.clojars.jj/boa-async-query "1.0.4"] [org.clojars.jj/next-jdbc-async-adapter "1.0.4-SNAPSHOT"] [org.clojure/tools.logging "1.3.1"]] diff --git a/next-jdbc-async-adapter/project.clj b/next-jdbc-async-adapter/project.clj index 40025b2..7d07ca9 100644 --- a/next-jdbc-async-adapter/project.clj +++ b/next-jdbc-async-adapter/project.clj @@ -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.clojars.jj/boa-async-query "1.0.4-SNAPSHOT"] + :dependencies [[org.clojars.jj/boa-async-query "1.0.4"] [com.github.seancorfield/next.jdbc "1.3.1093"] [org.clojure/tools.logging "1.3.1"]]