aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.gradle8
-rw-r--r--gradle.properties6
2 files changed, 7 insertions, 7 deletions
diff --git a/build.gradle b/build.gradle
index 8b7a6e6d..e4b4f66a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -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"))
}
diff --git a/gradle.properties b/gradle.properties
index dd7af5a8..e1ac9fda 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -10,12 +10,12 @@ fabric_version=0.58.6+1.19.2
# Dependencies
## Cloth Api (https://www.curseforge.com/minecraft/mc-mods/cloth-config/files)
-clothconfig_version=7.0.65
+clothconfig_version=9.0.94
## Mod Menu (https://www.curseforge.com/minecraft/mc-mods/modmenu/files)
-mod_menu_version=4.0.6
+mod_menu_version=5.0.2
# Mod Properties
-mod_version = 1.8.2
+mod_version = 1.8.3-beta
maven_group = me.xmrvizzy
archives_base_name = skyblocker
modrinth_id=y6DuFGwJ