Skip to content

Commit

Permalink
Update Kotlin to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jankotek committed Dec 1, 2017
1 parent be099e3 commit f6c32f2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Expand Up @@ -34,8 +34,8 @@
</scm>

<properties>
<kotlin.version>1.1.60</kotlin.version>
<kotlin.plugin.version>1.1.4-3</kotlin.plugin.version>
<kotlin.version>1.2.0</kotlin.version>
<kotlin.plugin.version>1.2.0</kotlin.plugin.version>

<java.target.version>1.8</java.target.version>
<java.source.version>1.8</java.source.version>
Expand Down Expand Up @@ -189,6 +189,7 @@
<target>${java.target.version}</target>
<source>${java.source.version}</source>
<encoding>${project.build.sourceEncoding}</encoding>
<jvmTarget>${java.target.version}</jvmTarget>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit f6c32f2

Please sign in to comment.