Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Michelo11 committed Aug 28, 2024
1 parent 6a4e533 commit ccec4ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = 'me.michelemanna'
version = '1.0'
version = '1.2'

repositories {
mavenCentral()
Expand All @@ -23,7 +23,7 @@ repositories {

dependencies {
compileOnly 'org.spigotmc:spigot-api:1.20.4-R0.1-SNAPSHOT'
implementation 'xyz.xenondevs.invui:invui:1.26'
implementation 'xyz.xenondevs.invui:invui:1.36'
}

def targetJavaVersion = 17
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rootProject.name = 'homes'
rootProject.name = 'home'

0 comments on commit ccec4ad

Please sign in to comment.