Skip to content

Commit

Permalink
Bump API Version
Browse files Browse the repository at this point in the history
  • Loading branch information
gmitch215 authored Nov 7, 2024
1 parent 15e29f4 commit 00c6833
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
implementation group: 'pw.chew', name: 'jda-chewtils-command', version: '2.0'
implementation group: 'org.spongepowered', name: 'configurate-gson', version: '4.1.2'

implementation group: 'io.codemc.api', name: 'codemc-api', version: '1.0.2'
implementation group: 'io.codemc.api', name: 'codemc-api', version: '1.0.3'
implementation group: 'org.jetbrains.kotlinx', name: 'kotlinx-coroutines-core', version: '1.9.0'
implementation group: 'org.jetbrains.kotlinx', name: 'kotlinx-serialization-json', version: '1.7.3'
implementation group: 'io.github.cdancy', name: 'jenkins-rest', version: '1.0.2'
Expand All @@ -63,4 +63,4 @@ shadowJar {

application {
mainClassName = 'io.codemc.bot.CodeMCBot'
}
}

0 comments on commit 00c6833

Please sign in to comment.