We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1271a96 commit 6819d4bCopy full SHA for 6819d4b
.github/workflows/gradle.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Build with Gradle
28
run: ./gradlew build
29
- name: Upload a Build Artifact
30
- uses: actions/upload-artifact@v4.4.3
+ uses: actions/upload-artifact@v4.5.0
31
with:
32
# Artifact name
33
name: PistonQueue
shared/build.gradle.kts
@@ -1,5 +1,5 @@
1
dependencies {
2
implementation("org.spongepowered:configurate-yaml:4.1.2")
3
- compileOnly("net.pistonmaster:pistonmotd-api:5.1.1")
4
- compileOnly("com.google.guava:guava:33.3.1-jre")
+ compileOnly("net.pistonmaster:pistonmotd-api:5.2.0")
+ compileOnly("com.google.guava:guava:33.4.0-jre")
5
}
0 commit comments