Skip to content

Commit 58c6ec2

Browse files
authored
Release 0.0.8 (#216)
1 parent 21a3896 commit 58c6ec2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name: Quarkiverse Extension
22
release:
3-
current-version: 0.0.7
4-
next-version: 0.0.8-SNAPSHOT
3+
current-version: 0.0.8
4+
next-version: 0.0.9-SNAPSHOT

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ and includes them into your native image without additional configurations.
120120

121121
```groovy
122122
dependencies {
123-
annotationProcessor("org.seasar.doma:doma-processor:2.51.0")
124-
implementation("org.seasar.doma:doma-core:2.51.0")
125-
implementation("io.quarkiverse.doma:quarkus-doma:0.0.7")
123+
annotationProcessor("org.seasar.doma:doma-processor:2.55.1")
124+
implementation("org.seasar.doma:doma-core:2.55.1")
125+
implementation("io.quarkiverse.doma:quarkus-doma:0.0.8")
126126
}
127127
```
128128

0 commit comments

Comments
 (0)