Skip to content

Commit

Permalink
Update org.jetbrains.kotlin to v2.1.0 (#72)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent b8b8ce6 commit 950a54f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions compile-kotlin-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ buildscript {
plugins {
id("java")
id("org.domaframework.doma.compile")
id("org.jetbrains.kotlin.jvm") version "2.0.21"
id("org.jetbrains.kotlin.kapt") version "2.0.21"
id("org.jetbrains.kotlin.jvm") version "2.1.0"
id("org.jetbrains.kotlin.kapt") version "2.1.0"
}

val domaVersion = "3.1.0"
Expand Down
4 changes: 2 additions & 2 deletions compile-mix-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ buildscript {
plugins {
id("java")
id("org.domaframework.doma.compile")
id("org.jetbrains.kotlin.jvm") version "2.0.21"
id("org.jetbrains.kotlin.kapt") version "2.0.21"
id("org.jetbrains.kotlin.jvm") version "2.1.0"
id("org.jetbrains.kotlin.kapt") version "2.1.0"
}

val domaVersion = "3.1.0"
Expand Down

0 comments on commit 950a54f

Please sign in to comment.