From 15ddd15fe994cee7480e7918ccdf466459ac90a2 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Thu, 18 Jun 2020 19:14:10 -0700 Subject: [PATCH] Remove {} from deps example --- src/next/jdbc/connection.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/next/jdbc/connection.clj b/src/next/jdbc/connection.clj index 8801a11..661e095 100644 --- a/src/next/jdbc/connection.clj +++ b/src/next/jdbc/connection.clj @@ -56,7 +56,7 @@ or: - `{com.acme/jdbc {:mvn/version \"1.2.3\"}} ; CLI/deps.edn` + `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 a vector of strings is provided, an attempt will be made to load each