Skip to content

Commit 19c1fc9

Browse files
nakamura-toclaude
andcommitted
docs: update README with latest plugin and SQLite versions
- Update doma-compile plugin version from 4.0.0 to 4.0.2 - Update SQLite version from 3.48.0 to 3.50.2.0 - Fix table formatting alignment 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 1dad50f commit 19c1fc9

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ Supported databases
4949

5050
We 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

6262
Examples
6363
---------------------
@@ -141,7 +141,7 @@ For Java projects:
141141

142142
```kotlin
143143
plugins {
144-
id("org.domaframework.doma.compile") version "4.0.0"
144+
id("org.domaframework.doma.compile") version "4.0.2"
145145
}
146146

147147
dependencies {
@@ -154,7 +154,7 @@ For Kotlin projects, use doma-kotlin instead of doma-core and use kapt in place
154154

155155
```kotlin
156156
plugins {
157-
id("org.domaframework.doma.compile") version "4.0.0"
157+
id("org.domaframework.doma.compile") version "4.0.2"
158158
}
159159

160160
dependencies {

0 commit comments

Comments
 (0)