Skip to content

Commit

Permalink
chore(deps): bump de.oliver:FancyLib from 33 to 35
Browse files Browse the repository at this point in the history
Bumps de.oliver:FancyLib from 33 to 35.

---
updated-dependencies:
- dependency-name: de.oliver:FancyLib
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent 1c51d10 commit 40917e8
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ val minecraftVersion = "1.19.4"
dependencies {
compileOnly("io.papermc.paper:paper-api:$minecraftVersion-R0.1-SNAPSHOT")

compileOnly("de.oliver:FancyLib:33")
compileOnly("de.oliver:FancyLib:35")
compileOnly("de.oliver.FancyAnalytics:logger:0.0.6")

implementation("org.lushplugins:ChatColorHandler:5.1.0")
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {
implementation(project(":implementation_1_20", configuration = "reobf"))
implementation(project(":implementation_1_19_4", configuration = "reobf"))

implementation("de.oliver:FancyLib:34")
implementation("de.oliver:FancyLib:35")
compileOnly("org.lushplugins:ChatColorHandler:5.1.0")
implementation("de.oliver.FancyAnalytics:api:0.1.6")
implementation("de.oliver.FancyAnalytics:logger:0.0.6")
Expand Down
2 changes: 1 addition & 1 deletion implementation_1_19_4/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")

compileOnly(project(":api"))
compileOnly("de.oliver:FancyLib:33")
compileOnly("de.oliver:FancyLib:35")
compileOnly("org.lushplugins:ChatColorHandler:5.1.0")
}

Expand Down
2 changes: 1 addition & 1 deletion implementation_1_20/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")

compileOnly(project(":api"))
compileOnly("de.oliver:FancyLib:33")
compileOnly("de.oliver:FancyLib:35")
compileOnly("org.lushplugins:ChatColorHandler:5.1.0")
}

Expand Down
2 changes: 1 addition & 1 deletion implementation_1_20_1/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")

compileOnly(project(":api"))
compileOnly("de.oliver:FancyLib:33")
compileOnly("de.oliver:FancyLib:35")
compileOnly("org.lushplugins:ChatColorHandler:5.1.0")
}

Expand Down
2 changes: 1 addition & 1 deletion implementation_1_20_2/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")

compileOnly(project(":api"))
compileOnly("de.oliver:FancyLib:33")
compileOnly("de.oliver:FancyLib:35")
compileOnly("org.lushplugins:ChatColorHandler:5.1.0")
}

Expand Down
2 changes: 1 addition & 1 deletion implementation_1_20_4/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")

compileOnly(project(":api"))
compileOnly("de.oliver:FancyLib:33")
compileOnly("de.oliver:FancyLib:35")
compileOnly("org.lushplugins:ChatColorHandler:5.1.0")
}

Expand Down
2 changes: 1 addition & 1 deletion implementation_1_20_6/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")

compileOnly(project(":api"))
compileOnly("de.oliver:FancyLib:33")
compileOnly("de.oliver:FancyLib:35")
compileOnly("org.lushplugins:ChatColorHandler:5.1.0")
}

Expand Down
2 changes: 1 addition & 1 deletion implementation_1_21_1/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")

compileOnly(project(":api"))
compileOnly("de.oliver:FancyLib:33")
compileOnly("de.oliver:FancyLib:35")
compileOnly("org.lushplugins:ChatColorHandler:5.1.0")
}

Expand Down
2 changes: 1 addition & 1 deletion implementation_1_21_3/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")

compileOnly(project(":api"))
compileOnly("de.oliver:FancyLib:33")
compileOnly("de.oliver:FancyLib:35")
compileOnly("org.lushplugins:ChatColorHandler:5.1.0")
}

Expand Down
2 changes: 1 addition & 1 deletion implementation_1_21_4/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")

compileOnly(project(":api"))
compileOnly("de.oliver:FancyLib:33")
compileOnly("de.oliver:FancyLib:35")
compileOnly("org.lushplugins:ChatColorHandler:5.1.0")
}

Expand Down

0 comments on commit 40917e8

Please sign in to comment.