lil bit more fix
All checks were successful
/ build (push) Successful in 45s

This commit is contained in:
Soph :3 2024-06-14 01:12:40 +03:00
parent b220dfbfcb
commit 144319b37f
Signed by: sophie
GPG key ID: EDA5D222A0C270F2
2 changed files with 3 additions and 3 deletions

View file

@ -4,10 +4,10 @@ jobs:
runs-on: node-16 runs-on: node-16
steps: steps:
- uses: https://github.com/actions/checkout@v4 - uses: https://github.com/actions/checkout@v4
- name: Set up JDK 17 - name: Set up JDK 21
uses: https://github.com/actions/setup-java@v4 uses: https://github.com/actions/setup-java@v4
with: with:
java-version: '17' java-version: '21'
distribution: 'temurin' distribution: 'temurin'
cache: maven cache: maven
- name: Set up Maven - name: Set up Maven

View file

@ -45,7 +45,7 @@
<dependency> <dependency>
<groupId>net.kyori</groupId> <groupId>net.kyori</groupId>
<artifactId>adventure-text-minimessage</artifactId> <artifactId>adventure-text-minimessage</artifactId>
<version>4.13.0</version> <version>4.17.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.github.MilkBowl</groupId> <groupId>com.github.MilkBowl</groupId>