Skip to content

Commit

Permalink
deps: bump uniform to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
WiIIiam278 committed Jun 17, 2024
1 parent 303b287 commit ad510a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bukkit/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies {
implementation project(path: ':common')

implementation 'net.william278.uniform:uniform-bukkit:1.1.1'
implementation 'net.william278.uniform:uniform-bukkit:1.1.2'
implementation 'net.william278:mpdbdataconverter:1.0.1'
implementation 'net.william278:hsldataconverter:1.0'
implementation 'net.william278:mapdataapi:1.0.3'
Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
exclude module: 'slf4j-api'
}

compileOnly 'net.william278.uniform:uniform-common:1.1.1'
compileOnly 'net.william278.uniform:uniform-common:1.1.2'
compileOnly 'com.mojang:brigadier:1.1.8'
compileOnly 'org.projectlombok:lombok:1.18.32'
compileOnly 'org.jetbrains:annotations:24.1.0'
Expand Down
2 changes: 1 addition & 1 deletion fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
modImplementation include("eu.pb4:sgui:${sgui_version}")
modCompileOnly "net.fabricmc.fabric-api:fabric-api:${fabric_api_version}"

implementation include('net.william278.uniform:uniform-fabric:1.1.1+1.20.1')
implementation include('net.william278.uniform:uniform-fabric:1.1.2+1.20.1')
implementation include('org.apache.commons:commons-pool2:2.12.0')
implementation include("redis.clients:jedis:$jedis_version")
implementation include("com.mysql:mysql-connector-j:$mysql_driver_version")
Expand Down
2 changes: 1 addition & 1 deletion paper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dependencies {
implementation project(':bukkit')
compileOnly project(':common')

implementation 'net.william278.uniform:uniform-paper:1.1.1'
implementation 'net.william278.uniform:uniform-paper:1.1.2'

compileOnly 'io.papermc.paper:paper-api:1.19.4-R0.1-SNAPSHOT'
compileOnly 'org.jetbrains:annotations:24.1.0'
Expand Down

0 comments on commit ad510a8

Please sign in to comment.