File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ We provide some documentation on how to migrate your existing plugin to use the
3131<dependency >
3232 <groupId >dev.simplix</groupId >
3333 <artifactId >protocolize-api</artifactId >
34- <version >2.2.2</version >
3534 <version >2.2.3</version >
3635 <scope >provided</scope >
3736</dependency >
@@ -45,7 +44,7 @@ repsitories {
4544}
4645
4746dependencies {
48- compileOnly(" dev.simplix:protocolize-api:2.2.2 " )
47+ compileOnly(" dev.simplix:protocolize-api:2.2.3 " )
4948}
5049```
5150### Install the plugin
@@ -57,7 +56,7 @@ Protocolize is shipped with it's default data module which adds support for the
5756| --| --|
5857| 1.8.x - 1.12.2 | ❌ (Only with [ additional legacy module] ( https://ci.exceptionflug.de/job/Protocolize-Legacy-Data/ ) ) |
5958| 1.13 - 1.13.2 | ✔️ (Sounds only with [ additional legacy module] ( https://ci.exceptionflug.de/job/Protocolize-Legacy-Data/ ) ) |
60- | 1.14 - 1.19.2 | ✔️ |
59+ | 1.14 - 1.19.3 | ✔️ |
6160
6261Implemented packets by default:
6362
You can’t perform that action at this time.
0 commit comments