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

2.0.0-M2.11 #1078

Merged
merged 5 commits into from
May 14, 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
26 changes: 7 additions & 19 deletions ore/conf/ore-default-settings.conf
Original file line number Diff line number Diff line change
Expand Up @@ -234,36 +234,24 @@ sponge {

# Sponsors from high to low donation amounts
sponsors = [
{
"name": "ScalaCube",
"image": "images/sponsors/scalacube.svg",
"link": "https://scalacube.com/p/_hosting_server_minecraft/sponsored/spongepowered",
"weight": 30
},
{
"name": "BisectHosting",
"image": "images/sponsors/bisecthosting.svg",
"link": "https://bisecthosting.com/sponge",
"weight": 37
},
{
"name": "Apex Hosting",
"image": "images/sponsors/apexhosting.png",
"link": "https://apexminecrafthosting.com/",
"weight": 27
},
{
"name": "Minecraft Index",
"image": "images/sponsors/minecraftindex.svg",
"link": "https://minecraftindex.net/",
"weight": 17
"weight": 20
},
{
"name": "Shockbyte",
"image":"images/sponsors/shockbyte.png",
"link": "https://shockbyte.com/",
"weight": 10
},
{
"name": "CreeperHost",
"image": "images/sponsors/creeperhost.svg",
"link": "https://billing.creeperhost.net/link.php?id=8",
"weight": 1
},
{
"name": "JetBrains",
"image": "images/sponsors/jetbrains.svg",
Expand Down
Binary file removed ore/public/images/sponsors/apexhosting.png
Binary file not shown.
1 change: 0 additions & 1 deletion ore/public/images/sponsors/creeperhost.svg

This file was deleted.

1 change: 0 additions & 1 deletion ore/public/images/sponsors/minecraftindex.svg

This file was deleted.

1 change: 1 addition & 0 deletions ore/public/images/sponsors/scalacube.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object Settings {
val scalaVer = "2.13.6"

val commonSettings = Seq(
version := "2.0.0-M2.10",
version := "2.0.0-M2.11",
scalaVersion := scalaVer,
scalacOptions ++= Seq(
"-deprecation",
Expand Down
Loading