We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad5aa32 commit bd94492Copy full SHA for bd94492
java/Cargo.toml
@@ -18,6 +18,7 @@ serde = { version = "1", features = ["derive"] }
18
kcl-lang = {path = "../"}
19
once_cell = "1.19.0"
20
lazy_static = "1.4.0"
21
-kclvm-parser = { git = "https://github.com/peefy/KCLVM", version = "0.8.1" }
22
-kclvm-sema = { git = "https://github.com/peefy/KCLVM", version = "0.8.1" }
23
-kclvm-api = { git = "https://github.com/peefy/KCLVM", version = "0.8.1" }
+
+kclvm-parser = { git = "https://github.com/kcl-lang/kcl", version = "0.8.4" }
+kclvm-sema = { git = "https://github.com/kcl-lang/kcl", version = "0.8.4" }
24
+kclvm-api = { git = "https://github.com/kcl-lang/kcl", version = "0.8.4" }
0 commit comments