Skip to content

Commit

Permalink
Update pom.
Browse files Browse the repository at this point in the history
  • Loading branch information
creatorfromhell committed Jun 12, 2024
1 parent b4267e3 commit a36fcb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ How to include the API with Maven:
<dependency>
<groupId>net.milkbowl.vault</groupId>
<artifactId>VaultUnlockedAPI</artifactId>
<version>2.0</version>
<version>2.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand All @@ -24,7 +24,7 @@ repositories {
maven { url 'https://repo.codemc.org/repository/maven-public' }
}
dependencies {
compileOnly "net.milkbowl.vault:VaultUnlockedAPI:2.0"
compileOnly "net.milkbowl.vault:VaultUnlockedAPI:2.1"
}
```

Expand Down

0 comments on commit a36fcb4

Please sign in to comment.