Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump de.oliver:FancyLib from 33 to 35 #216

Merged
merged 1 commit into from
Dec 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading