Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #157 from DaniFoldi/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniFoldi authored Jun 7, 2023
2 parents 05fbd7f + 884a1b0 commit 9c1e32a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ dependencies {
exclude module: 'annotation'
exclude module: 'guava'
}
compileOnly 'dev.simplix:protocolize-api:2.2.6'
compileOnly 'dev.simplix:protocolize-api:2.3.0'

compileOnly 'net.luckperms:api:5.4'
compileOnly 'com.github.LeonMangler:PremiumVanishAPI:2.7.11-2'
compileOnly 'com.github.LeonMangler:PremiumVanishAPI:2.8.8'
compileOnly 'dev.simplix.plugins:punishcontrol-api:2.0.1'

implementation ('com.electronwill.night-config:yaml:3.6.6') {
Expand All @@ -41,8 +41,8 @@ dependencies {

compileOnly 'org.jetbrains:annotations:24.0.1'
implementation 'javax.inject:javax.inject:1'
implementation 'com.google.dagger:dagger:2.46'
annotationProcessor 'com.google.dagger:dagger-compiler:2.46'
implementation 'com.google.dagger:dagger:2.46.1'
annotationProcessor 'com.google.dagger:dagger-compiler:2.46.1'
}

processResources {
Expand Down

0 comments on commit 9c1e32a

Please sign in to comment.