Skip to content

Commit

Permalink
Merge pull request #1078 from SpongePowered/staging
Browse files Browse the repository at this point in the history
2.0.0-M2.11
  • Loading branch information
felixoi authored May 14, 2024
2 parents 4ff9111 + 1d922a0 commit 4574cb7
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 22 deletions.
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

0 comments on commit 4574cb7

Please sign in to comment.