Skip to content

Commit 57ff58b

Browse files
committed
Use latest release versions
1 parent 348a8bc commit 57ff58b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ Build with Gradle
5757

5858
```groovy
5959
dependencies {
60-
implementation "org.seasar.doma:doma-core:2.30.1-SNAPSHOT"
61-
annotationProcessor "org.seasar.doma:doma-processor:2.30.1-SNAPSHOT"
60+
implementation "org.seasar.doma:doma-core:2.30.0"
61+
annotationProcessor "org.seasar.doma:doma-processor:2.30.0"
6262
}
6363
```
6464

0 commit comments

Comments
 (0)