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

Commit

Permalink
GH-78 Update all dependencies (#78)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 30, 2023
1 parent 8a6482a commit 31bfd8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
fail-fast: true
steps:
- name: Checkout
uses: actions/checkout@v3.2.0
uses: actions/checkout@v3.3.0
- name: Set up JDK ${{ matrix.java }}
uses: actions/[email protected]
with:
distribution: adopt
java-version: ${{ matrix.java }}
- name: Cache Gradle
uses: actions/[email protected].1
uses: actions/[email protected].4
with:
path: ~/.gradle
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Build
run: ./gradlew build
- name: Upload JAR
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: "Successfully build EternalCheck JDK${{ matrix.jdk }}"
path: "build/libs/EternalCheck*.jar"
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ dependencies {
implementation("net.kyori:adventure-text-minimessage:4.12.0")

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

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

// bStats
implementation("org.bstats:bstats-bukkit:3.0.0")
Expand Down

0 comments on commit 31bfd8d

Please sign in to comment.