File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Resources:
4343 Environment :
4444 Variables :
4545 JAVA_TOOL_OPTIONS : ' --add-opens=java.base/java.nio=ALL-UNNAMED -Dio.netty.tryReflectionSetAccessible=true'
46- XTDB_VERSION : ' 2.0.0-beta5 '
46+ XTDB_VERSION : ' 2.0.0-beta6 '
4747
4848 SSMPlayLambdaName :
4949 Type : AWS::SSM::Parameter
Original file line number Diff line number Diff line change 44 {org.clojure/clojure {:mvn/version " 1.12.0" }
55
66 ; ; XTDB dependencies
7- com.xtdb/xtdb-api {:mvn/version " 2.0.0-beta5 " }
8- 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 " }
7+ com.xtdb/xtdb-api {:mvn/version " 2.0.0-beta6 " }
8+ com.xtdb/xtdb-core {:mvn/version " 2.0.0-beta6 "
9+ ; ; needed since beta6 introduced a protobuf dep
10+ ; ; see https://github.com/xtdb/xtdb/issues/4172
11+ :exclusions [com.google.javascript/closure-compiler-unshaded] }
1212
1313 org.postgresql/postgresql {:mvn/version " 42.7.4" }
1414 com.github.seancorfield/next.jdbc {:mvn/version " 1.3.939" }
Original file line number Diff line number Diff line change 55 [xt-play.model.tx-batch :as batch]))
66
77(def app-db
8- {:version " 2.0.0-beta5 " ,
8+ {:version " 2.0.0-beta6 " ,
99 :type :sql ,
1010 :query " SELECT *, _valid_from FROM docs" ,
1111 ::batch/list [::batch/tx5 ],
You can’t perform that action at this time.
0 commit comments