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 f291512 commit 395fadeCopy full SHA for 395fade
.jbang/JabLsLauncher.java
@@ -42,6 +42,7 @@
42
43
// from jabls
44
//DEPS com.fasterxml.jackson.core:jackson-annotations:2.20
45
+//DEPS tools.jackson.core:jackson-core:3.0.2
46
//DEPS tools.jackson.core:jackson-databind:3.0.2
47
//DEPS tools.jackson.dataformat:jackson-dataformat-yaml:3.0.2
48
//DEPS com.github.eclipse:lsp4j:0.24.0
.jbang/JabSrvLauncher.java
@@ -89,6 +89,8 @@
89
//DEPS net.harawata:appdirs:1.5.0
90
//DEPS de.undercouch:citeproc-java:3.4.0
91
//DEPS com.github.ben-manes.caffeine:caffeine:3.2.3
92
93
+//DEPS tools.jackson.core:jackson-databind:3.0.2
94
95
/// This class is required for [jbang](https://www.jbang.dev/)
96
public class JabSrvLauncher {
0 commit comments