Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 7, 2023
1 parent 31bfd8d commit 5f011bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3.9.0
uses: actions/setup-java@v3.10.0
with:
distribution: adopt
java-version: ${{ matrix.java }}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
implementation("net.kyori:adventure-text-minimessage:4.12.0")

// LiteCommands
implementation("dev.rollczi.litecommands:bukkit:2.8.2")
implementation("dev.rollczi.litecommands:bukkit:2.8.3")

// CDN
implementation("net.dzikoysk:cdn:1.14.3")
Expand Down

0 comments on commit 5f011bf

Please sign in to comment.