We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 99ef370 + 24247b9 commit 0bfcc24Copy full SHA for 0bfcc24
README.md
@@ -15,7 +15,7 @@ repositories {
15
}
16
17
dependencies {
18
- implementation ( "de.bluecolored.bluenbt:BlueNBT:3.0.1" )
+ implementation ( "de.bluecolored:bluenbt:3.0.3" )
19
20
```
21
@@ -29,9 +29,9 @@ dependencies {
29
</repositories>
30
31
<dependency>
32
- <groupId>de.bluecolored.bluenbt</groupId>
33
- <artifactId>BlueNBT</artifactId>
34
- <version>3.0.1</version>
+ <groupId>de.bluecolored</groupId>
+ <artifactId>bluenbt</artifactId>
+ <version>3.0.3</version>
35
</dependency>
36
37
0 commit comments