We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bce0065 commit 2232a03Copy full SHA for 2232a03
README.md
@@ -10,14 +10,14 @@ seatsio-java is available in the Maven Central repository:
10
```
11
// build.gradle
12
dependencies {
13
- compile 'io.seats:seatsio-java:85.0.0'
+ compile 'io.seats:seatsio-java:85.1.0'
14
}
15
16
// pom.xml
17
<dependency>
18
<groupId>io.seats</groupId>
19
<artifactId>seatsio-java</artifactId>
20
- <version>85.0.0</version>
+ <version>85.1.0</version>
21
</dependency>
22
23
build.gradle
@@ -3,7 +3,7 @@ plugins {
3
4
5
group = 'io.seats'
6
-version = '85.0.0'
+version = '85.1.0'
7
8
apply plugin: 'java'
9
sourceCompatibility = 11
0 commit comments