Skip to content

Commit

Permalink
config: update kotlin and ksp versions (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamimattafi authored Oct 15, 2024
1 parent 58a0bbe commit b35fd48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import org.gradle.api.publish.maven.MavenPomScm

class PublishConventions : Plugin<Project> {

private val version = "0.1.0-alpha13"
private val version = "0.1.0-alpha14"
private val group = "com.attafitamim.kabin"

override fun apply(project: Project) {
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ appcompat = "1.7.0"
material = "1.12.0"

# Kotlin
kotlin = "2.0.20"
kotlin = "2.0.21"
kotlin-poet = "1.18.1"
kotlin-coroutines = "1.9.0"
kotlin-ksp = "2.0.20-1.0.25"
kotlin-ksp = "2.0.21-1.0.25"

# Docs
dokka = "1.9.20"

# Publishing
maven-publish = "0.28.0"
maven-publish = "0.29.0"

# SQLite
sqldelight = "2.0.2"
Expand Down

0 comments on commit b35fd48

Please sign in to comment.