Skip to content

Commit

Permalink
Bump armeria to 1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vh committed Apr 10, 2023
1 parent 3dab845 commit bfba9b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<dependency>
<groupId>com.github.vh</groupId>
<artifactId>maritima</artifactId>
<version>0.23.0</version>
<version>0.23.1</version>
</dependency>
</dependencies>
```

### Gradle
```groovy
implementation 'com.github.vh:maritima:0.23.0'
implementation 'com.github.vh:maritima:0.23.1'
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
armeria_version = '1.23.0'
armeria_version = '1.23.1'
guice_version = '5.1.0'
protobuf_version = '3.22.2'
grpc_version = '1.54.0'
Expand All @@ -18,7 +18,7 @@ plugins {
}

group 'com.github.vh'
version '0.23.0'
version '0.23.1'

repositories {
mavenCentral()
Expand Down

0 comments on commit bfba9b6

Please sign in to comment.