Skip to content

Commit 3e5d0d9

Browse files
committed
Revert "TEMP"
This reverts commit 47dc0c4.
1 parent 5ef56f8 commit 3e5d0d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ doma.jdbc-logger= # Type of JdbcLogger. (SLF4J, JUL)
3030
<dependency>
3131
<groupId>org.seasar.doma.boot</groupId>
3232
<artifactId>doma-spring-boot-starter</artifactId>
33-
<version>1.5.0</version>
33+
<version>1.4.0</version>
3434
</dependency>
3535
```
3636

@@ -65,7 +65,7 @@ Add the following dependencies to `pom.xml` so that we can use Doma with Spring
6565
<dependency>
6666
<groupId>org.seasar.doma.boot</groupId>
6767
<artifactId>doma-spring-boot-starter</artifactId>
68-
<version>1.5.0</version>
68+
<version>1.4.0</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>org.seasar.doma</groupId>
@@ -81,7 +81,7 @@ If you use Doma 2.29.0 or lower, the dependencies are as follows.
8181
<dependency>
8282
<groupId>org.seasar.doma.boot</groupId>
8383
<artifactId>doma-spring-boot-starter</artifactId>
84-
<version>1.5.0</version>
84+
<version>1.4.0</version>
8585
<exclusions>
8686
<exclusion>
8787
<groupId>org.seasar.doma</groupId>

0 commit comments

Comments
 (0)