Skip to content

Commit

Permalink
Fix latest version link in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fxshlein committed Apr 1, 2023
1 parent 0902b11 commit d5941f4
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 d5941f4

Please sign in to comment.