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 a92d35e commit 0e3062eCopy full SHA for 0e3062e
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:75.1.0'
+ compile 'io.seats:seatsio-java:75.2.0'
14
}
15
16
// pom.xml
17
<dependency>
18
<groupId>io.seats</groupId>
19
<artifactId>seatsio-java</artifactId>
20
- <version>75.1.0</version>
+ <version>75.2.0</version>
21
</dependency>
22
23
build.gradle
@@ -3,7 +3,7 @@ plugins {
3
4
5
group = 'io.seats'
6
-version = '75.1.0'
+version = '75.2.0'
7
8
apply plugin: 'java'
9
sourceCompatibility = 11
0 commit comments