From 32a0c98d7c6227eb57d26d1d9bcad52bb6da66b0 Mon Sep 17 00:00:00 2001 From: Javaman1138 Date: Tue, 27 May 2025 08:23:50 -0400 Subject: [PATCH 1/3] Update project.clj dependency for sql 8 Updating sql connector to MySql 8 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 3cfdf0c..a10f325 100644 --- a/project.clj +++ b/project.clj @@ -7,7 +7,7 @@ :dependencies [[org.clojure/clojure "1.6.0"] [org.clojure/tools.cli "0.3.1"] [org.clojure/java.jdbc "0.3.7"] - [mysql/mysql-connector-java "5.1.6"] + [com.mysql/mysql-connector-j "8.0.33"] [pandect "0.5.2"] [org.clojure/data.codec "0.1.0"] [crypto-password "0.2.0"]] From d22b5c9713debc2d22089625bf9c44b4c52530bd Mon Sep 17 00:00:00 2001 From: Javaman1138 Date: Tue, 27 May 2025 08:58:00 -0400 Subject: [PATCH 2/3] Update project.clj to reference fork I don't want to step on the original. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index a10f325..8307d9d 100644 --- a/project.clj +++ b/project.clj @@ -1,6 +1,6 @@ (defproject seql "0.2.4" :description "schema migrations for the masses" - :url "https://github.com/it0a/seql" + :url "https://github.com/Javaman1138/seql" :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :main seql.core From 013f9f6e86b8fb4de44c8cd3c82b30cf51d25a9a Mon Sep 17 00:00:00 2001 From: Javaman1138 Date: Thu, 5 Jun 2025 08:53:27 -0400 Subject: [PATCH 3/3] Update project.clj --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 8307d9d..17b8606 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject seql "0.2.4" +(defproject seql "0.2.5" :description "schema migrations for the masses" :url "https://github.com/Javaman1138/seql" :license {:name "Eclipse Public License"