Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elkezza authored Sep 9, 2024
1 parent 252a438 commit ab51733
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Java SDK for interacting with Exoscale Cloud Services.

- API version: 2.0.0

- Build date: 2024-09-09T08:09:38.934624Z[Etc/UTC]
- Build date: 2024-09-03T07:05:40.979314Z[Etc/UTC]



Expand All @@ -33,7 +33,7 @@ Maven users can simply add the below dependency to their `pom.xml` :
<dependency>
<groupId>com.exoscale.sdk</groupId>
<artifactId>sdk</artifactId>
<version>0.0.18-ALPHA</version>
<version>0.0.6-ALPHA</version>
</dependency>
```

Expand All @@ -43,7 +43,7 @@ Gradle users can add to their `build.gradle` file, and then specify the dependen
```groovy
dependencies {
implementation 'com.exoscale.sdk:sdk:0.0.18-ALPHA'
implementation 'com.exoscale.sdk:sdk:0.0.6-ALPHA'
}
```

Expand Down

0 comments on commit ab51733

Please sign in to comment.