diff options
| author | 2023-04-27 13:08:45 +0100 | |
|---|---|---|
| committer | 2023-04-27 13:08:45 +0100 | |
| commit | 38f93b4e0744a819272bf7077bfeed76cb3e7d14 (patch) | |
| tree | 611ac407b89c6e173e6ea3cbc3189cc5e96c1308 /gradle.properties | |
| parent | Update build script to support Gradle 9 / fix deprecations added in 8.2 (#244) (diff) | |
Update deps
Diffstat (limited to 'gradle.properties')
| -rw-r--r-- | gradle.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gradle.properties b/gradle.properties index 710b01f..d9f5bbe 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,8 +5,8 @@ org.gradle.parallel=true # Fabric Properties # check these on https://fabricmc.net/develop minecraft_version=1.19.4 - yarn_mappings=1.19.4+build.1 - loader_version=0.14.17 + yarn_mappings=1.19.4+build.2 + loader_version=0.14.19 # Mod Properties mod_version = 1.0.0 @@ -14,4 +14,4 @@ org.gradle.parallel=true archives_base_name = fabric-example-mod # Dependencies - fabric_version=0.75.3+1.19.4 + fabric_version=0.79.0+1.19.4 |
