Skip to content

Commit 4c3645a

Browse files
committed
⬆️: update deps
1 parent 7234748 commit 4c3645a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ ktor-serialization-kotlinx-json = { group = "io.ktor", name = "ktor-serializatio
6969
androidApplication = { id = "com.android.application", version.ref = "agp" }
7070
jetbrainsKotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
7171
androidLibrary = { id = "com.android.library", version.ref = "agp" }
72-
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.29.0" }
73-
kotlinter = { id = "org.jmailen.kotlinter", version = "4.4.1" }
72+
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.30.0" }
73+
kotlinter = { id = "org.jmailen.kotlinter", version = "4.5.0" }
7474
dokka = { id = "org.jetbrains.dokka", version = "1.9.20" }
7575
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
7676
jetbrainsCompose = { id = "org.jetbrains.compose", version.ref = "compose-plugin" }

hooks/src/commonMain/kotlin/xyz/junerver/compose/hooks/types.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import arrow.core.right
1010
import kotlin.reflect.KFunction0
1111
import kotlinx.coroutines.CoroutineScope
1212

13-
1413
/*
1514
Description: Types
1615
Author: Junerver

0 commit comments

Comments
 (0)