Commit 93d86d0 1 parent 943a6dd commit 93d86d0 Copy full SHA for 93d86d0
File tree 5 files changed +9
-16
lines changed
5 files changed +9
-16
lines changed Original file line number Diff line number Diff line change @@ -234,30 +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": "Minecraft Index",
245
- "image": "images/sponsors/minecraftindex.svg",
246
- "link": "https://minecraftindex.net/",
247
- "weight": 17
247
+ "weight": 20
248
248
},
249
249
{
250
250
"name": "Shockbyte",
251
251
"image":"images/sponsors/shockbyte.png",
252
252
"link": "https://shockbyte.com/",
253
253
"weight": 10
254
254
},
255
- {
256
- "name": "CreeperHost",
257
- "image": "images/sponsors/creeperhost.svg",
258
- "link": "https://billing.creeperhost.net/link.php?id=8",
259
- "weight": 1
260
- },
261
255
{
262
256
"name": "JetBrains",
263
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