Update build.gradle

This commit is contained in:
Pantera (Mad_Daniel) 2022-08-28 10:01:28 +09:00 committed by GitHub
parent b19fa9db37
commit e7257894e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
plugins { plugins {
id 'java' id 'java'
id 'com.github.johnrengelman.shadow' version '7.0.0' id 'com.github.johnrengelman.shadow' version '7.1.2'
} }
group 'ru.nanit' group 'ru.nanit'
@ -20,12 +20,12 @@ repositories {
} }
dependencies { dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.0' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0'
implementation 'org.spongepowered:configurate-yaml:4.1.2' implementation 'org.spongepowered:configurate-yaml:4.1.2'
implementation 'io.netty:netty-all:4.1.77.Final' implementation 'io.netty:netty-all:4.1.80.Final'
implementation 'net.kyori:adventure-nbt:4.10.1' implementation 'net.kyori:adventure-nbt:4.11.0'
implementation 'com.grack:nanojson:1.7' implementation 'com.grack:nanojson:1.7'
} }