Skip to content

Commit

Permalink
add temporary kotlin deps for beta5
Browse files Browse the repository at this point in the history
  • Loading branch information
refset committed Jan 16, 2025
1 parent 0cdc5d0 commit 8275be6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
;; XTDB dependencies
com.xtdb/xtdb-api {:mvn/version "2.0.0-beta5"}
com.xtdb/xtdb-core {:mvn/version "2.0.0-beta5"}
;; needed only for beta5
org.jetbrains.kotlin/kotlin-reflect {:mvn/version "2.1.0"} ; added for beta5
org.jetbrains.kotlin/kotlin-stdlib-jdk8 {:mvn/version "2.1.0"}

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

0 comments on commit 8275be6

Please sign in to comment.