Skip to content

Commit

Permalink
Merge pull request #352 from rladstaetter/patch-1
Browse files Browse the repository at this point in the history
Updates Readme.md
  • Loading branch information
dlemmermann committed Dec 20, 2021
2 parents c364f92 + 83a5748 commit 8af2c2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ To use this framework as part of your Maven build simply add the following depen
<dependency>
<groupId>com.dlsc.preferencesfx</groupId>
<artifactId>preferencesfx-core</artifactId>
<version>11.7.0</version>
<version>11.8.0</version>
</dependency>
```

Expand All @@ -60,7 +60,7 @@ dependencies {
### Java 11
```groovy
dependencies {
compile group: 'com.dlsc.preferencesfx', name: 'preferencesfx-core', version: '11.7.0'
compile group: 'com.dlsc.preferencesfx', name: 'preferencesfx-core', version: '11.8.0'
}
```

Expand Down

0 comments on commit 8af2c2a

Please sign in to comment.