Skip to content

Commit 7003f3b

Browse files
committed
Update Babelqueue Spring version to 1.0.0 in dependencies
1 parent 4e83fbc commit 7003f3b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ Maven:
2222
<dependency>
2323
<groupId>com.babelqueue</groupId>
2424
<artifactId>babelqueue-spring</artifactId>
25-
<version>0.1.0</version>
25+
<version>1.0.0</version>
2626
</dependency>
2727
```
2828

2929
Gradle:
3030

3131
```kotlin
32-
implementation("com.babelqueue:babelqueue-spring:0.1.0")
32+
implementation("com.babelqueue:babelqueue-spring:1.0.0")
3333
```
3434

3535
Bring your own Spring AMQP (the adapter targets **Spring Boot 3**, Java **17+**):

0 commit comments

Comments
 (0)