Skip to content

Commit

Permalink
Merge pull request #93 from Dyescape/feature/update-readme
Browse files Browse the repository at this point in the history
Fix latest version link in readme
  • Loading branch information
MrDienns committed Apr 2, 2023
2 parents 0902b11 + d5941f4 commit 1841f6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ Options can also be passed to the actual annotation processors using the repeata
```

[ksp]: https://goo.gle/ksp
[maven-search]: https://search.maven.org/artifact/com.dyescape/kotlin-maven-symbol-processing
[maven-search]: https://central.sonatype.com/search?q=kotlin-maven-symbol-processing&namespace=com.dyescape
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
<plugin>
<groupId>org.jetbrains.dokka</groupId>
<artifactId>dokka-maven-plugin</artifactId>
<version>1.7.20</version>
<version>1.8.10</version>
<executions>
<execution>
<phase>prepare-package</phase>
Expand Down

0 comments on commit 1841f6e

Please sign in to comment.