Skip to content

Commit

Permalink
Upgrade spotify and linter, prepare for bot release
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 committed May 3, 2023
1 parent 5241942 commit 583957c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bot/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ plugins {
id("com.github.breadmoirai.github-release")
}

val numberVersion = "3.106.11"
val numberVersion = "3.107.0"

project.group = "ml.duncte123.skybot"
project.version = "${numberVersion}_${getGitHash()}"
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ plugins {

kotlin("jvm") version "1.7.20" apply false
id("org.liquibase.gradle") version "2.0.4" apply false
id("org.jmailen.kotlinter") version "3.11.1" apply false
id("com.github.johnrengelman.shadow") version "7.1.2" apply false
id("org.jmailen.kotlinter") version "3.13.0" apply false
id("com.github.johnrengelman.shadow") version "7.1.2" apply false // TODO: upgrade to 8.1.1 after updating to gradle 8
id("com.github.breadmoirai.github-release") version "2.2.12" apply false
}

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ fun VersionCatalogBuilder.bot() {
// time parsing
// implementation(group = "net.time4j", name = "time4j-base", version = "5.8")

library("spotify", "se.michaelthelin.spotify", "spotify-web-api-java").version("7.2.0")
library("spotify", "se.michaelthelin.spotify", "spotify-web-api-java").version("8.0.0")
library("youtube", "com.google.apis", "google-api-services-youtube").version("v3-rev222-1.25.0")
library("expiringmap", "net.jodah", "expiringmap").version("0.5.9")

Expand Down

0 comments on commit 583957c

Please sign in to comment.