Skip to content

Commit b35fd48

Browse files
authored
config: update kotlin and ksp versions (#29)
1 parent 58a0bbe commit b35fd48

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

convention/publishing/src/main/kotlin/com/attafitamim/kabin/publish/PublishConventions.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import org.gradle.api.publish.maven.MavenPomScm
1111

1212
class PublishConventions : Plugin<Project> {
1313

14-
private val version = "0.1.0-alpha13"
14+
private val version = "0.1.0-alpha14"
1515
private val group = "com.attafitamim.kabin"
1616

1717
override fun apply(project: Project) {

gradle/libs.versions.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ appcompat = "1.7.0"
99
material = "1.12.0"
1010

1111
# Kotlin
12-
kotlin = "2.0.20"
12+
kotlin = "2.0.21"
1313
kotlin-poet = "1.18.1"
1414
kotlin-coroutines = "1.9.0"
15-
kotlin-ksp = "2.0.20-1.0.25"
15+
kotlin-ksp = "2.0.21-1.0.25"
1616

1717
# Docs
1818
dokka = "1.9.20"
1919

2020
# Publishing
21-
maven-publish = "0.28.0"
21+
maven-publish = "0.29.0"
2222

2323
# SQLite
2424
sqldelight = "2.0.2"

0 commit comments

Comments
 (0)