Skip to content

Commit 4574cb7

Browse files
authored
Merge pull request #1078 from SpongePowered/staging
2.0.0-M2.11
2 parents 4ff9111 + 1d922a0 commit 4574cb7

File tree

6 files changed

+9
-22
lines changed

6 files changed

+9
-22
lines changed

ore/conf/ore-default-settings.conf

+7-19
Original file line numberDiff line numberDiff line change
@@ -234,36 +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": "Apex Hosting",
245-
"image": "images/sponsors/apexhosting.png",
246-
"link": "https://apexminecrafthosting.com/",
247-
"weight": 27
248-
},
249-
{
250-
"name": "Minecraft Index",
251-
"image": "images/sponsors/minecraftindex.svg",
252-
"link": "https://minecraftindex.net/",
253-
"weight": 17
247+
"weight": 20
254248
},
255249
{
256250
"name": "Shockbyte",
257251
"image":"images/sponsors/shockbyte.png",
258252
"link": "https://shockbyte.com/",
259253
"weight": 10
260254
},
261-
{
262-
"name": "CreeperHost",
263-
"image": "images/sponsors/creeperhost.svg",
264-
"link": "https://billing.creeperhost.net/link.php?id=8",
265-
"weight": 1
266-
},
267255
{
268256
"name": "JetBrains",
269257
"image": "images/sponsors/jetbrains.svg",
-3.45 KB
Binary file not shown.

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)