Skip to content

Commit

Permalink
Update org.seasar.doma:doma to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 3, 2024
1 parent 275016a commit b8b8ce6
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.0.1"
val domaVersion = "3.1.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.0.21"
}

val domaVersion = "3.0.1"
val domaVersion = "3.1.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.0.21"
}

val domaVersion = "3.0.1"
val domaVersion = "3.1.0"

kapt {
includeCompileClasspath = false
Expand Down

0 comments on commit b8b8ce6

Please sign in to comment.