Skip to content

Commit

Permalink
Merge pull request #195 from lburgazzoli/kotlin-1.3-final
Browse files Browse the repository at this point in the history
runtime(kotline): update to kotlin 1.3.0 release
  • Loading branch information
oscerd authored Oct 29, 2018
2 parents 980baca + 63e3836 commit 397e50e
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<log4j2.version>2.11.1</log4j2.version>
<slf4j.version>1.7.25</slf4j.version>
<groovy.version>2.4.15</groovy.version>
<kotlin.version>1.3.0-rc-198</kotlin.version>
<kotlin.version>1.3.0</kotlin.version>
<snakeyaml.version>1.23</snakeyaml.version>
<spock.version>1.0-groovy-2.4</spock.version>

Expand Down Expand Up @@ -95,29 +95,4 @@
<module>dependency-lister</module>
</modules>

<!-- ************************** -->
<!-- kotlin 1.3 -->
<!-- ************************** -->

<repositories>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>bintray-kotlin-maven</id>
<name>bintray</name>
<url>https://dl.bintray.com/kotlin/kotlin-eap</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>bintray-kotlin-maven</id>
<name>bintray-plugins</name>
<url>https://dl.bintray.com/kotlin/kotlin-eap</url>
</pluginRepository>
</pluginRepositories>

</project>

0 comments on commit 397e50e

Please sign in to comment.