update to latest Tectonic version

This commit is contained in:
dfsek
2021-12-01 10:21:20 -07:00
parent 8214b17a4e
commit 4cc07a7b02
8 changed files with 12 additions and 18 deletions

View File

@@ -1,13 +1,13 @@
dependencies {
"shadedApi"(project(":common:api"))
"shadedApi"(project(":common:implementation:bootstrap-addon-loader"))
shadedApi(project(":common:api"))
shadedApi(project(":common:implementation:bootstrap-addon-loader"))
"shadedApi"("org.apache.commons:commons-rng-core:1.3")
"shadedApi"("commons-io:commons-io:2.6")
"shadedImplementation"("org.apache.commons:commons-text:1.9")
shadedApi("org.apache.commons:commons-rng-core:1.3")
shadedApi("commons-io:commons-io:2.6")
shadedImplementation("org.apache.commons:commons-text:1.9")
"shadedImplementation"("com.dfsek.tectonic:yaml:2.1.2")
shadedImplementation("com.dfsek.tectonic:yaml:2.2.0")
"shadedImplementation"("org.yaml:snakeyaml:1.27")
"shadedImplementation"("org.ow2.asm:asm:9.2")
shadedImplementation("org.yaml:snakeyaml:1.27")
shadedImplementation("org.ow2.asm:asm:9.2")
}