update to tectonic 3.1.0

This commit is contained in:
dfsek
2021-12-13 17:02:35 -07:00
parent 69b1c86055
commit 3296120a2a
4 changed files with 4 additions and 4 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:3.0.1")
shadedImplementation("com.dfsek.tectonic:yaml:3.1.0")
shadedApi(project(":common:addons:manifest-addon-loader"))
}
@@ -4,7 +4,7 @@ version = version("0.1.0")
dependencies {
shadedApi("commons-io:commons-io:2.6")
shadedImplementation("com.dfsek.tectonic:yaml:3.0.1")
shadedImplementation("com.dfsek.tectonic:yaml:3.1.0")
}
tasks.withType<Jar> {