diff options
author | Trương Hoàng Long <longtruong2411@gmail.com> | 2023-03-29 04:01:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-29 04:01:16 +0200 |
commit | 71d1c240fbde9372afa8e2a2388218fff33eb04b (patch) | |
tree | e203e0dd40aecdf90ca659660902035805b73f51 /build.gradle | |
parent | 78215e4d9cf83635d7ab5a6474170ac673cae525 (diff) | |
parent | b6c8fee9891d39c8d2af690757852a123c8ad4c2 (diff) | |
download | Skyblocker-71d1c240fbde9372afa8e2a2388218fff33eb04b.tar.gz Skyblocker-71d1c240fbde9372afa8e2a2388218fff33eb04b.tar.bz2 Skyblocker-71d1c240fbde9372afa8e2a2388218fff33eb04b.zip |
Merge pull request #109 from Julienraptor01/1.19.3
Update to 1.19.3
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle index 8b7a6e6d..3e80b24a 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '1.0-SNAPSHOT' + id 'fabric-loom' version '1.1-SNAPSHOT' id 'maven-publish' id 'com.modrinth.minotaur' version '2.+' } @@ -36,9 +36,9 @@ repositories { } dependencies { - implementation 'com.google.code.gson:gson:2.10' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2' + implementation 'com.google.code.gson:gson:2.10.1' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2' // To change the versions see the gradle.properties file minecraft "com.mojang:minecraft:${project.minecraft_version}" mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2" @@ -58,7 +58,7 @@ dependencies { modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" // https://mvnrepository.com/artifact/org.eclipse.jgit/org.eclipse.jgit used pull data from the NEU item repo - include(implementation("org.eclipse.jgit:org.eclipse.jgit:6.0.0.202111291000-r")) + include(implementation("org.eclipse.jgit:org.eclipse.jgit:6.4.0.202211300538-r")) include(modImplementation ("meteordevelopment:discord-ipc:1.1")) } |