Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yannicklamprecht committed Dec 13, 2019
2 parents 5207a2b + eda69d4 commit 8442af7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PathfinderTestPlugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</execution>
</executions>
<groupId>org.jetbrains.kotlin</groupId>
<version>1.3.50</version>
<version>1.3.61</version>
</plugin>
</plugins>
</build>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<spigot.version>1.13.2-R0.1-SNAPSHOT</spigot.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<kotlin.version>1.3.60</kotlin.version>
<kotlin.version>1.3.61</kotlin.version>
<dokka.version>0.10.0</dokka.version>
</properties>

Expand Down

0 comments on commit 8442af7

Please sign in to comment.