Skip to content

Commit ef57d4d

Browse files
committed
bump to beta6
1 parent 56a32d8 commit ef57d4d

File tree

5 files changed

+8133
-14778
lines changed

5 files changed

+8133
-14778
lines changed

cloudformation/03-lambda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

deps.edn

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,8 @@
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"}
129

1310
org.postgresql/postgresql {:mvn/version "42.7.4"}
1411
com.github.seancorfield/next.jdbc {:mvn/version "1.3.939"}
@@ -37,7 +34,7 @@
3734
:aliases
3835
{:cljs
3936
{:extra-paths ["src/cljs"]
40-
:extra-deps {thheller/shadow-cljs {:mvn/version "2.26.2"}
37+
:extra-deps {thheller/shadow-cljs {:mvn/version "2.28.20"}
4138
re-frame/re-frame {:mvn/version "1.4.2"}
4239
com.lambdaisland/glogi {:mvn/version "1.3.169"}
4340
applied-science/js-interop {:mvn/version "0.4.2"}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"@nextjournal/lezer-clojure": "1.0.0",
2424
"@uiw/react-codemirror": "^4.22.1",
2525
"framer-motion": "^11.5.4",
26+
"google-closure-compiler": "^20240317.0.0",
2627
"highlight.js": "^11.10.0",
2728
"lz-string": "^1.5.0",
2829
"react": "^18.3.1",

test/cljs/xt_play/model/run_test.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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],

0 commit comments

Comments
 (0)