Skip to content

Commit de2c692

Browse files
committed
Remove local yggdrasil dependency.
1 parent b452ba2 commit de2c692

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps.edn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
;; DuckDB JDBC for benchmark validation
105105
org.duckdb/duckdb_jdbc {:mvn/version "1.4.4.0"}
106106
;; Yggdrasil for CoW protocol compliance
107-
org.replikativ/yggdrasil {:mvn/version "0.2.19"}}
107+
org.replikativ/yggdrasil {:mvn/version "0.2.20"}}
108108
:jvm-opts ["-Djdk.attach.allowAttachSelf=true"
109109
"-XX:+UnlockDiagnosticVMOptions"
110110
"-XX:+DebugNonSafepoints"
@@ -137,7 +137,7 @@
137137
;; Kindly for notebook rendering hints
138138
org.scicloj/kindly {:mvn/version "4-beta21"}
139139
;; Yggdrasil for CoW protocol compliance (optional, test-only)
140-
org.replikativ/yggdrasil {:local/root "../yggdrasil"}}
140+
org.replikativ/yggdrasil {:mvn/version "0.2.20"}}
141141
:jvm-opts ["--add-modules=jdk.incubator.vector"
142142
"--enable-native-access=ALL-UNNAMED"
143143
"--add-opens=java.base/sun.nio.ch=ALL-UNNAMED"]

0 commit comments

Comments
 (0)