Skip to content

Commit 8275be6

Browse files
committed
add temporary kotlin deps for beta5
1 parent 0cdc5d0 commit 8275be6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deps.edn

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
;; XTDB dependencies
77
com.xtdb/xtdb-api {:mvn/version "2.0.0-beta5"}
88
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"}
912

1013
org.postgresql/postgresql {:mvn/version "42.7.4"}
1114
com.github.seancorfield/next.jdbc {:mvn/version "1.3.939"}

0 commit comments

Comments
 (0)