Skip to content

Commit

Permalink
upgrade to beta5
Browse files Browse the repository at this point in the history
  • Loading branch information
refset committed Jan 16, 2025
1 parent f2d2b56 commit 0cdc5d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cloudformation/03-lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Resources:
Environment:
Variables:
JAVA_TOOL_OPTIONS: '--add-opens=java.base/java.nio=ALL-UNNAMED -Dio.netty.tryReflectionSetAccessible=true'
XTDB_VERSION: '2.0.0-beta3'
XTDB_VERSION: '2.0.0-beta5'

SSMPlayLambdaName:
Type: AWS::SSM::Parameter
Expand Down
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
{org.clojure/clojure {:mvn/version "1.12.0"}

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

org.postgresql/postgresql {:mvn/version "42.7.4"}
com.github.seancorfield/next.jdbc {:mvn/version "1.3.939"}
Expand Down
2 changes: 1 addition & 1 deletion test/cljs/xt_play/model/run_test.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[xt-play.model.tx-batch :as batch]))

(def app-db
{:version "2.0.0-beta3",
{:version "2.0.0-beta5",
:type :sql,
:query "SELECT *, _valid_from FROM docs",
::batch/list [::batch/tx5],
Expand Down

0 comments on commit 0cdc5d0

Please sign in to comment.