Skip to content

Commit

Permalink
doc: update apollo
Browse files Browse the repository at this point in the history
  • Loading branch information
aoudiamoncef committed Jun 2, 2023
1 parent 0aaf7a1 commit 71dd183
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Maven plugin that calls the https://github.com/apollographql/apollo-kotlin[Apoll
<dependency>
<groupId>com.apollographql.apollo3</groupId>
<artifactId>apollo-runtime</artifactId>
<version>3.8.1</version>
<version>3.8.2</version>
</dependency>
</dependencies>
----
Expand Down Expand Up @@ -85,12 +85,12 @@ At build time, the plugin will query the server and install this file per the va
<dependency>
<groupId>com.apollographql.apollo3</groupId>
<artifactId>apollo-api-jvm</artifactId>
<version>3.8.1</version>
<version>3.8.2</version>
</dependency>
<dependency>
<groupId>com.apollographql.apollo3</groupId>
<artifactId>apollo-runtime-jvm</artifactId>
<version>3.8.1</version>
<version>3.8.2</version>
</dependency>
---

Expand Down

0 comments on commit 71dd183

Please sign in to comment.