Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config: update kotlin and ksp versions #29

Merged
merged 1 commit into from
Oct 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading