Skip to content

Commit

Permalink
chore(update): update for 2.38 release
Browse files Browse the repository at this point in the history
  • Loading branch information
darbyjack committed Mar 16, 2024
1 parent 55ac671 commit d8c4d41
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
Expand Down
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import org.apache.tools.ant.filters.ReplaceTokens

plugins {
id 'org.jetbrains.kotlin.jvm' version '1.9.10'
id 'org.jetbrains.kotlin.jvm' version '1.9.23'
id 'com.github.johnrengelman.shadow' version '7.1.2' apply false
id "com.github.ben-manes.versions" version "0.47.0"
id "com.github.ben-manes.versions" version "0.51.0"
id "net.kyori.indra" version "2.2.0"
id "net.kyori.indra.publishing" version "2.2.0"
}
Expand All @@ -15,7 +15,7 @@ allprojects {

archivesBaseName = 'VoteParty'
group 'me.clip'
version '2.38-SNAPSHOT'
version '2.38'

repositories {
mavenCentral()
Expand Down Expand Up @@ -90,15 +90,15 @@ dependencies {
implementation "co.aikar:acf-paper:0.5.1-SNAPSHOT"

// Support for materials across all versions
implementation 'com.github.cryptomorin:XSeries:9.8.1'
implementation 'com.github.cryptomorin:XSeries:9.9.0'

// bstats
implementation 'org.bstats:bstats-bukkit:3.0.2'

// json stuff
implementation 'net.kyori:adventure-platform-bukkit:4.3.2'
implementation 'net.kyori:adventure-api:4.15.0'
implementation 'net.kyori:adventure-text-minimessage:4.15.0'
implementation 'net.kyori:adventure-api:4.16.0'
implementation 'net.kyori:adventure-text-minimessage:4.16.0'

implementation project(":version")
implementation project(":version_old")
Expand Down

0 comments on commit d8c4d41

Please sign in to comment.