aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorAaron <51387595+AzureAaron@users.noreply.github.com>2023-03-29 18:24:16 -0400
committerAaron <51387595+AzureAaron@users.noreply.github.com>2023-03-29 18:24:16 -0400
commit58e8133079d1969b511643dcac32f91f59821c33 (patch)
treeb50d33e3bd66bafc9611c2a38f6a4847a87f547f /build.gradle
parent0ee6d4f87e76c2da00002043968c860fec30be85 (diff)
downloadSkyblocker-58e8133079d1969b511643dcac32f91f59821c33.tar.gz
Skyblocker-58e8133079d1969b511643dcac32f91f59821c33.tar.bz2
Skyblocker-58e8133079d1969b511643dcac32f91f59821c33.zip
Fix & require some recent versions of dependencies
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index d5a326c9..78e62bd9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -55,7 +55,7 @@ dependencies {
modImplementation "com.terraformersmc:modmenu:${project.mod_menu_version}"
// Fabric API. This is technically optional, but you probably want it anyway.
- modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
+ modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_api_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.4.0.202211300538-r"))