Skip to content

Commit 51219cd

Browse files
authored
Merge pull request #83 from domaframework/renovate/org.seasar.doma-doma
2 parents aa5464f + bf2abb6 commit 51219cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

compile-java-test/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plugins {
1616
id("org.domaframework.doma.compile")
1717
}
1818

19-
val domaVersion = "3.4.0"
19+
val domaVersion = "3.5.0"
2020

2121
java {
2222
toolchain.languageVersion.set(JavaLanguageVersion.of(17))

compile-kotlin-test/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ plugins {
1818
id("org.jetbrains.kotlin.kapt") version "2.1.10"
1919
}
2020

21-
val domaVersion = "3.4.0"
21+
val domaVersion = "3.5.0"
2222

2323
kapt {
2424
includeCompileClasspath = false

compile-mix-test/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ plugins {
1818
id("org.jetbrains.kotlin.kapt") version "2.1.10"
1919
}
2020

21-
val domaVersion = "3.4.0"
21+
val domaVersion = "3.5.0"
2222

2323
kapt {
2424
includeCompileClasspath = false

0 commit comments

Comments
 (0)