diff --git a/boa-sql/project.clj b/boa-sql/project.clj index 34a0140..ce11824 100644 --- a/boa-sql/project.clj +++ b/boa-sql/project.clj @@ -25,7 +25,7 @@ :dependencies [[org.clojure/clojure "1.12.4"] - [org.clojars.jj/boa-query "1.0.4-SNAPSHOT"] + [org.clojars.jj/boa-query "1.0.4"] [org.clojars.jj/next-jdbc-adapter "1.0.4-SNAPSHOT"] [org.clojure/tools.logging "1.3.1"]] diff --git a/next-jdbc-adapter/project.clj b/next-jdbc-adapter/project.clj index 332e1d1..b186b19 100644 --- a/next-jdbc-adapter/project.clj +++ b/next-jdbc-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-query "1.0.4-SNAPSHOT"] + :dependencies [[org.clojars.jj/boa-query "1.0.4"] [com.github.seancorfield/next.jdbc "1.3.1093"] [org.clojure/tools.logging "1.3.1"]]