Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 8, 2024
1 parent d749474 commit 74ec5c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ dependencies {
modImplementation "net.fabricmc:fabric-language-kotlin:$fabric_kotlin_version"
modImplementation "me.lucko:fabric-permissions-api:$fabric_permissions_api_version"

implementation include("com.github.shynixn.mccoroutine:mccoroutine-fabric-api:2.17.0")
implementation include("com.github.shynixn.mccoroutine:mccoroutine-fabric-core:2.17.0")
implementation include("com.github.shynixn.mccoroutine:mccoroutine-fabric-api:2.18.0")
implementation include("com.github.shynixn.mccoroutine:mccoroutine-fabric-core:2.18.0")

implementation include("org.bspfsystems:yamlconfiguration:$yaml_config_version")
implementation include("dev.kord:kord-core:$kord_version")
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ yaml_config_version=2.0.2
kord_version=0.14.0

# Kord Dependencies
kord_cache_version=0.4.0
kord_cache_version=0.5.4
ktor_version=2.3.12
okhttp_version=4.12.0
okio_version=3.7.0
okio_version=3.9.0

kotlin_logging_version=6.0.9
mu_logging_version=3.0.5
Expand Down

0 comments on commit 74ec5c7

Please sign in to comment.