Update lorenz-tiny
This commit is contained in:
parent
2ec1dd032f
commit
ae9a9e120d
2 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@ dependencies {
|
||||||
implementation 'net.fabricmc:access-widener:2.0.0'
|
implementation 'net.fabricmc:access-widener:2.0.0'
|
||||||
implementation 'net.fabricmc:mapping-io:0.2.1'
|
implementation 'net.fabricmc:mapping-io:0.2.1'
|
||||||
|
|
||||||
implementation ('net.fabricmc:lorenz-tiny:4.0.0') {
|
implementation ('net.fabricmc:lorenz-tiny:4.0.1') {
|
||||||
transitive = false
|
transitive = false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -44,7 +44,7 @@ class FabricAPITest extends Specification implements GradleProjectTestTrait {
|
||||||
setup:
|
setup:
|
||||||
def gradle = gradleProject(
|
def gradle = gradleProject(
|
||||||
repo: "https://github.com/FabricMC/fabric.git",
|
repo: "https://github.com/FabricMC/fabric.git",
|
||||||
commit: "fc40aa9d88e9457957bdf3f8cec9698846828cd3",
|
commit: "46582230fb580d4c1f71e4b0737df27417ec9cb1",
|
||||||
version: version,
|
version: version,
|
||||||
patch: "fabric_api"
|
patch: "fabric_api"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue