rename kotlin.test to kotlin-test

This commit is contained in:
Sergey Mashkov
2015-12-21 15:07:13 +03:00
parent a7e7d53e2b
commit 5ad0a84039
9 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin.test.junit</artifactId>
<artifactId>kotlin-test-junit</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>