Skip to content

Commit

Permalink
Sponsor changes and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
felixoi committed May 14, 2024
1 parent 943a6dd commit 3776df3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 16 deletions.
20 changes: 7 additions & 13 deletions ore/conf/ore-default-settings.conf
Original file line number Diff line number Diff line change
Expand Up @@ -234,30 +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": "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
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 3776df3

Please sign in to comment.