Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
vytskalt committed Apr 30, 2024
2 parents d14ca94 + c119943 commit cf6b51b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
java-version: 21
distribution: 'temurin'
- name: Build with Gradle
uses: gradle/gradle-build-action@v3.2.0
uses: gradle/gradle-build-action@v3.3.2
with:
arguments: build
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ junitJupiterEngine = { module = "org.junit.jupiter:junit-jupiter-engine", versio

[plugins]
kotlin = "org.jetbrains.kotlin.jvm:1.9.23"
paperweight = "io.papermc.paperweight.userdev:1.6.0"
paperweight = "io.papermc.paperweight.userdev:1.6.3"

[bundles]
adventure = [ "adventureApi", "adventureTextSerializerGson", "adventureTextSerializerLegacy" ]

0 comments on commit cf6b51b

Please sign in to comment.