Skip to content

Commit

Permalink
RC7
Browse files Browse the repository at this point in the history
  • Loading branch information
SentryMan authored Dec 2, 2024
1 parent f2d4c27 commit e595450
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ An example would be [@robaho's implementation](https://github.com/robaho/httpser
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jex</artifactId>
<version>3.0-RC4</version>
<version>3.0-RC7</version>
</dependency>

<dependency>
Expand All @@ -68,20 +68,20 @@ If you find yourself pining for the JAX-RS style of controllers, you can have av
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jex</artifactId>
<version>3.0-RC4</version>
<version>3.0-RC7</version>
</dependency>

<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-http-api</artifactId>
<version>2.9-RC4</version>
<version>2.9-RC7</version>
</dependency>

<!-- Annotation processor -->
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-http-jex-generator</artifactId>
<version>2.9-RC4</version>
<version>2.9-RC3</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
Expand Down

0 comments on commit e595450

Please sign in to comment.