We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7be20c commit e2b2c91Copy full SHA for e2b2c91
code-assert/pom.xml
@@ -27,7 +27,7 @@
27
<plugin>
28
<groupId>guru.nidi</groupId>
29
<artifactId>code-assert-maven-plugin</artifactId>
30
- <version>0.8.5</version>
+ <version>0.9.4</version>
31
<executions>
32
<execution>
33
<goals>
@@ -64,8 +64,8 @@
64
</executions>
65
</plugin>
66
67
- <artifactId>kotlin-maven-plugin</artifactId>
68
<groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-maven-plugin</artifactId>
69
<version>${kotlin.version}</version>
70
71
pom.xml
@@ -5,7 +5,7 @@
5
<parent>
6
7
<artifactId>guru-nidi-parent-pom</artifactId>
8
- <version>1.1.6</version>
+ <version>1.1.19</version>
9
<relativePath />
10
</parent>
11
0 commit comments