Skip to content

Commit ba2a8e9

Browse files
committed
Update the diff in the 11.0.0 upgrading guide
1 parent 0e83059 commit ba2a8e9

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/en/upgrading-parts/10.1.2-to-11.0.0.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ In order to update please replace your `commandapi-bukkit-xxx` dependency with e
1212
More dependency-related changes have taken place, here they all are listed:
1313

1414
```diff
15-
commandapi-bukkit-xxx // [!code --]
16-
commandapi-paper-xxx // [!code ++]
17-
commandapi-spigot-xxx // [!code ++]
15+
- commandapi-bukkit-xxx
16+
+ commandapi-paper-xxx
17+
+ commandapi-spigot-xxx
1818

19-
commandapi-core-kotlin // [!code --]
20-
commandapi-kotlin-core // [!code ++]
19+
- commandapi-core-kotlin
20+
+ commandapi-kotlin-core
2121

22-
commandapi-bukkit-kotlin // [!code --]
23-
commandapi-kotlin-paper // [!code ++]
24-
commandapi-kotlin-spigot // [!code ++]
22+
- commandapi-bukkit-kotlin
23+
+ commandapi-kotlin-paper
24+
+ commandapi-kotlin-spigot
2525

26-
commandapi-bukkit-test-toolkit // [!code --]
27-
commandapi-paper-test-toolkit // [!code --]
28-
commandapi-spigot-test-toolkit // [!code --]
26+
- commandapi-bukkit-test-toolkit
27+
+ commandapi-paper-test-toolkit
28+
+ commandapi-spigot-test-toolkit
2929
```
3030

3131
:::danger **Developer's Note:**

0 commit comments

Comments
 (0)