Skip to content

Commit

Permalink
Merge pull request #75 from domaframework/renovate/org.seasar.doma-doma
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamura-to authored Dec 28, 2024
2 parents 716738f + b9a3620 commit c59dfc3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compile-java-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins {
id("org.domaframework.doma.compile")
}

val domaVersion = "3.1.0"
val domaVersion = "3.2.0"

java {
toolchain.languageVersion.set(JavaLanguageVersion.of(17))
Expand Down
2 changes: 1 addition & 1 deletion compile-kotlin-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
id("org.jetbrains.kotlin.kapt") version "2.1.0"
}

val domaVersion = "3.1.0"
val domaVersion = "3.2.0"

kapt {
includeCompileClasspath = false
Expand Down
2 changes: 1 addition & 1 deletion compile-mix-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
id("org.jetbrains.kotlin.kapt") version "2.1.0"
}

val domaVersion = "3.1.0"
val domaVersion = "3.2.0"

kapt {
includeCompileClasspath = false
Expand Down

0 comments on commit c59dfc3

Please sign in to comment.