We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cdc5d0 commit 8275be6Copy full SHA for 8275be6
deps.edn
@@ -6,6 +6,9 @@
6
;; XTDB dependencies
7
com.xtdb/xtdb-api {:mvn/version "2.0.0-beta5"}
8
com.xtdb/xtdb-core {:mvn/version "2.0.0-beta5"}
9
+ ;; needed only for beta5
10
+ org.jetbrains.kotlin/kotlin-reflect {:mvn/version "2.1.0"} ; added for beta5
11
+ org.jetbrains.kotlin/kotlin-stdlib-jdk8 {:mvn/version "2.1.0"}
12
13
org.postgresql/postgresql {:mvn/version "42.7.4"}
14
com.github.seancorfield/next.jdbc {:mvn/version "1.3.939"}
0 commit comments