Skip to content

Commit

Permalink
feat: bump xtdb version to 2.0.0-b1
Browse files Browse the repository at this point in the history
  • Loading branch information
Akeboshiwind committed Sep 13, 2024
1 parent ba8e69e commit 980f408
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{:paths ["src/clj" "resources"]

:deps
{org.clojure/clojure {:mvn/version "1.12.0-rc1"}
{org.clojure/clojure {:mvn/version "1.12.0"}

;; XTDB dependencies
com.xtdb/xtdb-api {:mvn/version "2.0.0-SNAPSHOT"}
com.xtdb/xtdb-core {:mvn/version "2.0.0-SNAPSHOT"}
com.xtdb/xtdb-api {:mvn/version "2.0.0-b1"}
com.xtdb/xtdb-core {:mvn/version "2.0.0-b1"}

;; Lambda
com.amazonaws/aws-lambda-java-core {:mvn/version "1.2.3"}
Expand Down

0 comments on commit 980f408

Please sign in to comment.