1 parent be08cd4 commit 3889ce0Copy full SHA for 3889ce0
2 files changed
README.md
@@ -8,14 +8,14 @@
8
<dependency>
9
<groupId>com.github.vh</groupId>
10
<artifactId>maritima</artifactId>
11
- <version>0.25.0</version>
+ <version>0.25.1</version>
12
</dependency>
13
</dependencies>
14
```
15
16
### Gradle
17
```groovy
18
-implementation 'com.github.vh:maritima:0.25.0'
+implementation 'com.github.vh:maritima:0.25.1'
19
20
21
## Usage
build.gradle
@@ -1,6 +1,6 @@
1
buildscript {
2
ext {
3
- armeria_version = '1.25.0'
+ armeria_version = '1.25.1'
4
guice_version = '7.0.0'
5
protobuf_version = '3.24.4'
6
grpc_version = '1.59.0'
@@ -18,7 +18,7 @@ plugins {
}
group 'com.github.vh'
-version '0.25.0'
+version '0.25.1'
22
23
repositories {
24
mavenCentral()
0 commit comments