@@ -49,15 +49,15 @@ Supported databases
4949
5050We are testing against the following databases:
5151
52- | Database | version | status |
53- | --------------------| --------:| :---- ------:|
54- | H2 Database | 2.3.x | stable |
55- | MySQL v5 | 5.7 | stable |
56- | MySQL v8 | 8.0.36 | stable |
57- | Oracle Database XE | 21c | stable |
58- | PostgreSQL | 12.20 | stable |
59- | SQLite | 3.48. 0 | stable |
60- | SQL Server | 2019 | stable |
52+ | Database | version | status |
53+ | --------------------| --------- :| :------:|
54+ | H2 Database | 2.3.x | stable |
55+ | MySQL v5 | 5.7 | stable |
56+ | MySQL v8 | 8.0.36 | stable |
57+ | Oracle Database XE | 21c | stable |
58+ | PostgreSQL | 12.20 | stable |
59+ | SQLite | 3.50.2. 0 | stable |
60+ | SQL Server | 2019 | stable |
6161
6262Examples
6363---------------------
@@ -141,7 +141,7 @@ For Java projects:
141141
142142``` kotlin
143143plugins {
144- id(" org.domaframework.doma.compile" ) version " 4.0.0 "
144+ id(" org.domaframework.doma.compile" ) version " 4.0.2 "
145145}
146146
147147dependencies {
@@ -154,7 +154,7 @@ For Kotlin projects, use doma-kotlin instead of doma-core and use kapt in place
154154
155155``` kotlin
156156plugins {
157- id(" org.domaframework.doma.compile" ) version " 4.0.0 "
157+ id(" org.domaframework.doma.compile" ) version " 4.0.2 "
158158}
159159
160160dependencies {
0 commit comments