diff --git a/ore/conf/ore-default-settings.conf b/ore/conf/ore-default-settings.conf index 046661468..bc9dcbc70 100644 --- a/ore/conf/ore-default-settings.conf +++ b/ore/conf/ore-default-settings.conf @@ -234,23 +234,17 @@ 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", @@ -258,12 +252,6 @@ sponge { "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", diff --git a/ore/public/images/sponsors/apexhosting.png b/ore/public/images/sponsors/apexhosting.png deleted file mode 100644 index 272058d61..000000000 Binary files a/ore/public/images/sponsors/apexhosting.png and /dev/null differ diff --git a/ore/public/images/sponsors/creeperhost.svg b/ore/public/images/sponsors/creeperhost.svg deleted file mode 100644 index c360924de..000000000 --- a/ore/public/images/sponsors/creeperhost.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/ore/public/images/sponsors/minecraftindex.svg b/ore/public/images/sponsors/minecraftindex.svg deleted file mode 100644 index 0fa886bef..000000000 --- a/ore/public/images/sponsors/minecraftindex.svg +++ /dev/null @@ -1 +0,0 @@ -Layer 1 diff --git a/ore/public/images/sponsors/scalacube.svg b/ore/public/images/sponsors/scalacube.svg new file mode 100644 index 000000000..05f7f98fa --- /dev/null +++ b/ore/public/images/sponsors/scalacube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/project/Settings.scala b/project/Settings.scala index abaf885f5..c5842adea 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -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",