diff --git a/src/next/jdbc/connection.clj b/src/next/jdbc/connection.clj index 2c3f206..4ceabb9 100644 --- a/src/next/jdbc/connection.clj +++ b/src/next/jdbc/connection.clj @@ -49,7 +49,9 @@ example: `[com.acme/jdbc \"1.2.3\"] ; lein/boot` + or: + `{com.acme/jdbc {:mvn/version \"1.2.3\"}} ; CLI/deps.edn` Note: the `:classname` value can be a string or a vector of strings. If