Skip to content

Commit 589fa5a

Browse files
authored
Merge pull request #64 from domaframework/renovate/org.seasar.doma-doma
2 parents daa23b0 + 2507b6a commit 589fa5a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

compile-java-test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ plugins {
1515

1616
apply plugin: 'org.domaframework.doma.compile'
1717

18-
ext.domaVersion = '3.0.0'
18+
ext.domaVersion = '3.0.1'
1919

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

compile-kotlin-test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins {
1717

1818
apply plugin: 'org.domaframework.doma.compile'
1919

20-
ext.domaVersion = '3.0.0'
20+
ext.domaVersion = '3.0.1'
2121

2222
kapt {
2323
includeCompileClasspath = false

compile-mix-test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins {
1717

1818
apply plugin: 'org.domaframework.doma.compile'
1919

20-
ext.domaVersion = '3.0.0'
20+
ext.domaVersion = '3.0.1'
2121

2222
kapt {
2323
includeCompileClasspath = false

0 commit comments

Comments
 (0)