Skip to content

Commit

Permalink
Merge branch '2.0' into 2.0-new-databases
Browse files Browse the repository at this point in the history
  • Loading branch information
IllusionTheDev authored Oct 25, 2023
2 parents 06fd998 + 1faadd3 commit f8e4bdb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions SkyblockCore-BungeeCord/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ repositories {
dependencies {
compileOnly 'net.md-5:bungeecord-api:1.20-R0.1'

compileOnly('org.projectlombok:lombok:1.18.28')
annotationProcessor('org.projectlombok:lombok:1.18.28')
compileOnly('org.projectlombok:lombok:1.18.30')
annotationProcessor('org.projectlombok:lombok:1.18.30')

implementation(project(':SkyblockCore-Common'))
implementation(project(':SkyblockCore-Proxy'))
Expand Down
6 changes: 3 additions & 3 deletions SkyblockCore-Common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ repositories {
}

dependencies {
compileOnly('org.projectlombok:lombok:1.18.30')
implementation('org.projectlombok:lombok:1.18.30')
annotationProcessor('org.projectlombok:lombok:1.18.30')

compileOnly 'com.google.guava:guava:32.1.1-jre'
compileOnly 'redis.clients:jedis:4.4.3'
implementation 'com.google.guava:guava:32.1.1-jre'
implementation 'redis.clients:jedis:5.0.1'

compileOnly 'org.mongodb:mongodb-driver-sync:4.10.2'
}
Expand Down
4 changes: 2 additions & 2 deletions SkyblockCore-Server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ repositories {
}

dependencies {
annotationProcessor('org.projectlombok:lombok:1.18.28')
compileOnly('org.projectlombok:lombok:1.18.28')
annotationProcessor('org.projectlombok:lombok:1.18.30')
implementation('org.projectlombok:lombok:1.18.30')

implementation(project(":SkyblockCore-Common"))
}
Expand Down
8 changes: 4 additions & 4 deletions SkyblockCore-Spigot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ repositories {
dependencies {
compileOnly('org.spigotmc:spigot-api:1.18.2-R0.1-SNAPSHOT')

compileOnly('org.projectlombok:lombok:1.18.28')
annotationProcessor('org.projectlombok:lombok:1.18.28')
compileOnly('org.projectlombok:lombok:1.18.30')
annotationProcessor('org.projectlombok:lombok:1.18.30')

compileOnly('redis.clients:jedis:4.4.3')
compileOnly('redis.clients:jedis:5.0.1')

compileOnly('com.mojang:authlib:1.6.25')

compileOnly('me.clip:placeholderapi:2.11.3')
compileOnly('me.clip:placeholderapi:2.11.4')
compileOnly("com.sk89q.worldedit:worldedit-bukkit:7.2.15")

compileOnly("me.illusion:cosmos-plugin:1.0")
Expand Down

0 comments on commit f8e4bdb

Please sign in to comment.