File tree 6 files changed +9
-22
lines changed
6 files changed +9
-22
lines changed Original file line number Diff line number Diff line change @@ -234,36 +234,24 @@ sponge {
234
234
235
235
# Sponsors from high to low donation amounts
236
236
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
+ },
237
243
{
238
244
"name": "BisectHosting",
239
245
"image": "images/sponsors/bisecthosting.svg",
240
246
"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
254
248
},
255
249
{
256
250
"name": "Shockbyte",
257
251
"image":"images/sponsors/shockbyte.png",
258
252
"link": "https://shockbyte.com/",
259
253
"weight": 10
260
254
},
261
- {
262
- "name": "CreeperHost",
263
- "image": "images/sponsors/creeperhost.svg",
264
- "link": "https://billing.creeperhost.net/link.php?id=8",
265
- "weight": 1
266
- },
267
255
{
268
256
"name": "JetBrains",
269
257
"image": "images/sponsors/jetbrains.svg",
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ object Settings {
11
11
val scalaVer = " 2.13.6"
12
12
13
13
val commonSettings = Seq (
14
- version := " 2.0.0-M2.10 " ,
14
+ version := " 2.0.0-M2.11 " ,
15
15
scalaVersion := scalaVer,
16
16
scalacOptions ++= Seq (
17
17
" -deprecation" ,
You can’t perform that action at this time.
0 commit comments