Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasstamann authored Feb 8, 2024
1 parent 1785017 commit c585171
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 @@ -35,15 +35,15 @@ The api lib must be bound as a dependency - for example in maven:
<dependency>
<groupId>io.toolisticon.fluapigen</groupId>
<artifactId>fluapigen-api</artifactId>
<version>0.8.0</version>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>

<!-- optional - add it if you want to use validators -->
<dependency>
<groupId>io.toolisticon.fluapigen</groupId>
<artifactId>fluapigen-validation-api</artifactId>
<version>0.8.0</version>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>

Expand All @@ -62,7 +62,7 @@ Additionally, you need to declare the annotation processor path in your compiler
<path>
<groupId>io.toolisticon.fluapigen</groupId>
<artifactId>fluapigen-processor</artifactId>
<version>0.8.0</version>
<version>1.0.0</version>
</path>
</annotationProcessorPaths>

Expand Down

0 comments on commit c585171

Please sign in to comment.