Skip to content

Commit

Permalink
Merge pull request #65 from elian1203/scoreboard-lib-bump
Browse files Browse the repository at this point in the history
Bump Scoreboard Library to 2.2.0
  • Loading branch information
elian1203 authored Oct 16, 2024
2 parents 0cd0af8 + 16684b6 commit 434e0cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,19 +105,19 @@
<dependency>
<groupId>net.megavex</groupId>
<artifactId>scoreboard-library-api</artifactId>
<version>2.1.10</version>
<version>2.2.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.megavex</groupId>
<artifactId>scoreboard-library-implementation</artifactId>
<version>2.1.10</version>
<version>2.2.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>net.megavex</groupId>
<artifactId>scoreboard-library-modern</artifactId>
<version>2.1.10</version>
<version>2.2.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 434e0cd

Please sign in to comment.