Skip to content

Commit 50e93f7

Browse files
authored
Update Doma compile plugin to version 4.0.0 in README.md (#1339)
2 parents 485a3f6 + e5b108e commit 50e93f7

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
@@ -140,7 +140,7 @@ For Java projects:
140140

141141
```kotlin
142142
plugins {
143-
id("org.domaframework.doma.compile") version "3.0.1"
143+
id("org.domaframework.doma.compile") version "4.0.0"
144144
}
145145

146146
dependencies {
@@ -153,7 +153,7 @@ For Kotlin projects, use doma-kotlin instead of doma-core and use kapt in place
153153

154154
```kotlin
155155
plugins {
156-
id("org.domaframework.doma.compile") version "3.0.1"
156+
id("org.domaframework.doma.compile") version "4.0.0"
157157
}
158158

159159
dependencies {

0 commit comments

Comments
 (0)