File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Resources:
43
43
Environment :
44
44
Variables :
45
45
JAVA_TOOL_OPTIONS : ' --add-opens=java.base/java.nio=ALL-UNNAMED -Dio.netty.tryReflectionSetAccessible=true'
46
- XTDB_VERSION : ' 2.0.0-beta7 '
46
+ XTDB_VERSION : ' 2.0.0-beta8 '
47
47
48
48
SSMPlayLambdaName :
49
49
Type : AWS::SSM::Parameter
Original file line number Diff line number Diff line change 4
4
{org.clojure/clojure {:mvn/version " 1.12.0" }
5
5
6
6
; ; XTDB dependencies
7
- com.xtdb/xtdb-api {:mvn/version " 2.0.0-beta7" }
8
- com.xtdb/xtdb-jdbc {:mvn/version " 2.0.0-beta7" }
9
- com.xtdb/xtdb-core {:mvn/version " 2.0.0-beta7" }
7
+ com.xtdb/xtdb-api {:mvn/version " 2.0.0-beta8" }
8
+ com.xtdb/xtdb-core {:mvn/version " 2.0.0-beta8" }
10
9
11
10
org.postgresql/postgresql {:mvn/version " 42.7.4" }
12
11
com.github.seancorfield/next.jdbc {:mvn/version " 1.3.939" }
Original file line number Diff line number Diff line change 5
5
[xt-play.model.tx-batch :as batch]))
6
6
7
7
(def app-db
8
- {:version " 2.0.0-beta7 " ,
8
+ {:version " 2.0.0-beta8 " ,
9
9
:type :sql ,
10
10
:query " SELECT *, _valid_from FROM docs" ,
11
11
::batch/list [::batch/tx5 ],
You can’t perform that action at this time.
0 commit comments