Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlueF committed Dec 13, 2024
2 parents 99ef370 + 24247b9 commit 0bfcc24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {
}

dependencies {
implementation ( "de.bluecolored.bluenbt:BlueNBT:3.0.1" )
implementation ( "de.bluecolored:bluenbt:3.0.3" )
}
```

Expand All @@ -29,9 +29,9 @@ dependencies {
</repositories>

<dependency>
<groupId>de.bluecolored.bluenbt</groupId>
<artifactId>BlueNBT</artifactId>
<version>3.0.1</version>
<groupId>de.bluecolored</groupId>
<artifactId>bluenbt</artifactId>
<version>3.0.3</version>
</dependency>
```

Expand Down

0 comments on commit 0bfcc24

Please sign in to comment.