Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
deps: Bump HuskHomes to 4.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
WiIIiam278 authored Nov 12, 2023
1 parent d41a575 commit e1a7115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repositories {
dependencies {
compileOnly 'org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT'
compileOnly 'org.jetbrains:annotations:24.0.1'
compileOnly 'net.william278:huskhomes:4.4.1'
compileOnly 'net.william278:huskhomes:4.5.3'

implementation 'de.themoep:inventorygui:1.6.1-SNAPSHOT'
implementation 'org.apache.commons:commons-text:1.11.0'
Expand Down Expand Up @@ -104,4 +104,4 @@ def versionMetadata() {
return '-' + System.getenv("GITHUB_RUN_NUMBER") ? 'build.' + System.getenv("GITHUB_RUN_NUMBER") : 'unknown'
}
return '-' + grgit.head().abbreviatedId + (grgit.status().clean ? '' : '-indev')
}
}

0 comments on commit e1a7115

Please sign in to comment.