Skip to content

Commit 2507b6a

Browse files
Update org.seasar.doma:doma to v3.0.1
1 parent daa23b0 commit 2507b6a

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)