Skip to content

Commit 93d86d0

Browse files
authored
Sponsor changes and version bump (#1075)
1 parent 943a6dd commit 93d86d0

File tree

5 files changed

+9
-16
lines changed

5 files changed

+9
-16
lines changed

ore/conf/ore-default-settings.conf

+7-13
Original file line numberDiff line numberDiff line change
@@ -234,30 +234,24 @@ sponge {
234234

235235
# Sponsors from high to low donation amounts
236236
sponsors = [
237+
{
238+
"name": "ScalaCube",
239+
"image": "images/sponsors/scalacube.svg",
240+
"link": "https://scalacube.com/p/_hosting_server_minecraft/sponsored/spongepowered",
241+
"weight": 30
242+
},
237243
{
238244
"name": "BisectHosting",
239245
"image": "images/sponsors/bisecthosting.svg",
240246
"link": "https://bisecthosting.com/sponge",
241-
"weight": 37
242-
},
243-
{
244-
"name": "Minecraft Index",
245-
"image": "images/sponsors/minecraftindex.svg",
246-
"link": "https://minecraftindex.net/",
247-
"weight": 17
247+
"weight": 20
248248
},
249249
{
250250
"name": "Shockbyte",
251251
"image":"images/sponsors/shockbyte.png",
252252
"link": "https://shockbyte.com/",
253253
"weight": 10
254254
},
255-
{
256-
"name": "CreeperHost",
257-
"image": "images/sponsors/creeperhost.svg",
258-
"link": "https://billing.creeperhost.net/link.php?id=8",
259-
"weight": 1
260-
},
261255
{
262256
"name": "JetBrains",
263257
"image": "images/sponsors/jetbrains.svg",

ore/public/images/sponsors/creeperhost.svg

-1
This file was deleted.

ore/public/images/sponsors/minecraftindex.svg

-1
This file was deleted.

ore/public/images/sponsors/scalacube.svg

+1
Loading

project/Settings.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ object Settings {
1111
val scalaVer = "2.13.6"
1212

1313
val commonSettings = Seq(
14-
version := "2.0.0-M2.10",
14+
version := "2.0.0-M2.11",
1515
scalaVersion := scalaVer,
1616
scalacOptions ++= Seq(
1717
"-deprecation",

0 commit comments

Comments
 (0)