You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,11 @@ Add the following dependency to your `project.clj` file:
10
10
[hikari-cp "3.3.0"]
11
11
```
12
12
13
-
`hikari-cp` version `3.x` targets Clojure `1.11`. Version `2.14.3` was the last release for Clojure `1.9`. Version `1.8.3` was the last release for Clojure `1.8`.
13
+
`hikari-cp` version `4.x` targets Clojure `1.12`. Version `3.3.0` was the last release for Clojure `1.11`.
14
+
15
+
`hikari-cp` version `3.x` targets Clojure `1.11`. Version `2.14.3` was the last release for Clojure `1.9`.
16
+
17
+
Version `1.8.3` was the last release for Clojure `1.8`.
14
18
15
19
Note that `hikari-cp` requires Java 11 or newer. Version `2.14.3` was the last release for Java 8.
0 commit comments