Skip to content

Commit

Permalink
[README] update
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowdalic committed Nov 18, 2024
1 parent 36e1a73 commit 06c42bc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ How to add this as dependency
### Gradle

```groovy
compile('eu.geekplace.javapinning:java-pinning-core:1.2.0')
compile('eu.geekplace.javapinning:java-pinning-core:1.3.0')
```

### Maven
Expand All @@ -85,7 +85,7 @@ compile('eu.geekplace.javapinning:java-pinning-core:1.2.0')
<dependency>
<groupId>eu.geekplace.javapinning</groupId>
<artifactId>java-pinning-core</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</dependency>
```

Expand Down Expand Up @@ -153,6 +153,10 @@ gradle check
Changelog
---------

### 1.3.0

- Require Java 11

### 1.2.0

- Fix dependency declarations
Expand Down

0 comments on commit 06c42bc

Please sign in to comment.