update to tectonic 3.0.1

This commit is contained in:
dfsek
2021-12-13 16:47:21 -07:00
parent b1945d1593
commit 69b1c86055
136 changed files with 317 additions and 328 deletions
+1 -1
View File
@@ -3,6 +3,6 @@ import com.dfsek.terra.version
version = version("0.1.0")
dependencies {
shadedImplementation("com.dfsek.tectonic:yaml:2.2.0")
shadedImplementation("com.dfsek.tectonic:yaml:3.0.1")
shadedApi(project(":common:addons:manifest-addon-loader"))
}