Skip to content

Commit

Permalink
[1.2.0-SNAPSHOT]
Browse files Browse the repository at this point in the history
Version up
  • Loading branch information
GoodforGod committed Feb 25, 2024
1 parent 01c7f1f commit 5451201
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Features:

[**Gradle**](https://mvnrepository.com/artifact/io.goodforgod/graalvm-hint-processor)
```groovy
annotationProcessor "io.goodforgod:graalvm-hint-processor:1.1.1"
compileOnly "io.goodforgod:graalvm-hint-annotations:1.1.1"
annotationProcessor "io.goodforgod:graalvm-hint-processor:1.2.0"
compileOnly "io.goodforgod:graalvm-hint-annotations:1.2.0"
```

[**Maven**](https://mvnrepository.com/artifact/io.goodforgod/graalvm-hint-processor)
Expand All @@ -34,14 +34,14 @@ compileOnly "io.goodforgod:graalvm-hint-annotations:1.1.1"
<dependency>
<groupId>io.goodforgod</groupId>
<artifactId>graalvm-hint-annotations</artifactId>
<version>1.1.1</version>
<version>1.2.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.goodforgod</groupId>
<artifactId>graalvm-hint-processor</artifactId>
<version>1.1.1</version>
<version>1.2.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand All @@ -59,7 +59,7 @@ compileOnly "io.goodforgod:graalvm-hint-annotations:1.1.1"
<path>
<groupId>io.goodforgod</groupId>
<artifactId>graalvm-hint-processor</artifactId>
<version>1.1.1</version>
<version>1.2.0</version>
</path>
</annotationProcessorPaths>
</configuration>
Expand Down

0 comments on commit 5451201

Please sign in to comment.