Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jangalinski authored Feb 22, 2025
1 parent 2b83b35 commit 5622ce3
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 @@ -62,15 +62,15 @@ are included.
| Lib | Version | Info |
|--------|----------|--------------------------------------|
| jetbrains-annotations | `26.0.1` | common annotations |
| junit5 | `5.11.4` | bom dependency, unit testing |
| junit5 | `5.11.0` | bom dependency, unit testing |

## Plugins

see [official plugins](https://maven.apache.org/plugins/index.html)

| Plugin | Version | Info |
|----------------------------------------------------------------------------------------------------------------------------|----------|---------------------------------------------|
| [maven-compiler](https://maven.apache.org/plugins/maven-compiler-plugin/) | `3.13.0` | disabling java compiler for kotlin projects |
| [maven-compiler](https://maven.apache.org/plugins/maven-compiler-plugin/) | `3.14.0` | disabling java compiler for kotlin projects |
| [kotlin-maven-plugin](https://kotlinlang.org/docs/maven.html) | `2.0.0` | kotlin compiler plugin |
| [maven-javadoc](https://maven.apache.org/plugins/maven-javadoc-plugin/) | `3.11.2` | include javadoc |
| [dokka](https://kotlinlang.org/docs/dokka-maven.html#apply-dokka) | `2.0.0` | use dokka for javadoc |
Expand Down

0 comments on commit 5622ce3

Please sign in to comment.