Skip to content

Commit

Permalink
Bump ytm-kt version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
toasterofbread committed Jan 24, 2025
1 parent 04b7c7a commit 7f406ba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/plugins/spmp/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ class SpMpDeps(extra: Map<String, Any>) {
license = "GPL-3.0",
license_url = "https://github.com/toasterofbread/ComposeKit/blob/136f216e65395660255d3270af9b79c90ae2254c/LICENSE"
),
"dev.toastbits.ytmkt" to DependencyInfo(
version = "0.4.1",
"dev.toastbits:ytm-kt" to DependencyInfo(
version = "0.4.2",
name = "ytm-kt",
author = "toasterofbread",
url = "https://github.com/toasterofbread/ytm-kt",
Expand Down
1 change: 1 addition & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.PREFER_PROJECT)
repositories {
mavenLocal()
maven("https://maven.toastbits.dev")

google()
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ kotlin {

implementation(deps.get("dev.toastbits:spms"))
implementation(deps.get("dev.toastbits.composekit:library"))
implementation(deps.get("dev.toastbits.ytmkt:ytmkt"))
implementation(deps.get("dev.toastbits:ytm-kt"))
implementation(deps.get("dev.toastbits.kana-kt:kanakt"))

implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0-RC")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import kotlinx.datetime.LocalDateTime
import kotlinx.datetime.LocalDate
import kotlinx.datetime.toLocalDateTime
import kotlinx.datetime.Instant
import kotlin.time.days
import kotlin.time.Duration
import PlatformIO

Expand Down

0 comments on commit 7f406ba

Please sign in to comment.