Skip to content

Commit

Permalink
chore(deps): update dependency JDA to v5.0.0-beta.12 (#98)
Browse files Browse the repository at this point in the history
chore(deps): update dependency cloth-config-fabric to v11.1.106
chore(deps): update dependency placeholder-api to v2.1.2+1.20.1
  • Loading branch information
axieum authored Jul 30, 2023
1 parent 6f2015e commit a05b3db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions minecord-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ dependencies {
modApi include(fabricApi.module("fabric-api-base", project.fabric_version))
modApi include(fabricApi.module("fabric-lifecycle-events-v1", project.fabric_version))
modApi include("me.shedaniel.cloth:cloth-config-fabric:${project.cloth_config_version}") {
exclude module: 'fabric-api'
exclude module: 'modmenu'
}
modApi include("eu.pb4:placeholder-api:${project.placeholder_api_version}")
Expand Down
6 changes: 3 additions & 3 deletions minecord-api/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ mod_version = 2.0.1+1.20
## {x-release-please-end}

# Dependencies
cloth_config_version = 11.0.98
cloth_config_version = 11.1.106
emoji_java_version = 5.1.1
fabric_tailor_version = 2.1.2
jda_version = 5.0.0-beta.10
jda_version = 5.0.0-beta.12
log4j_version = 2.20.0
placeholder_api_version = 2.1.1+1.20
placeholder_api_version = 2.1.2+1.20.1

0 comments on commit a05b3db

Please sign in to comment.