Skip to content

Commit 0bfcc24

Browse files
committed
2 parents 99ef370 + 24247b9 commit 0bfcc24

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515
}
1616

1717
dependencies {
18-
implementation ( "de.bluecolored.bluenbt:BlueNBT:3.0.1" )
18+
implementation ( "de.bluecolored:bluenbt:3.0.3" )
1919
}
2020
```
2121

@@ -29,9 +29,9 @@ dependencies {
2929
</repositories>
3030

3131
<dependency>
32-
<groupId>de.bluecolored.bluenbt</groupId>
33-
<artifactId>BlueNBT</artifactId>
34-
<version>3.0.1</version>
32+
<groupId>de.bluecolored</groupId>
33+
<artifactId>bluenbt</artifactId>
34+
<version>3.0.3</version>
3535
</dependency>
3636
```
3737

0 commit comments

Comments
 (0)