Skip to content

Commit

Permalink
Bump Kotlin to 1.3.21 and kotlinx-coroutines-core to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skalarproduktraum committed Feb 25, 2019
1 parent 157f873 commit 53fdf87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<properties>
<scijava.jvm.version>1.8</scijava.jvm.version>
<javac.target>1.8</javac.target>
<kotlin.version>1.3.11</kotlin.version>
<kotlin.version>1.3.21</kotlin.version>
<kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<dokka.version>0.9.17</dokka.version>
Expand Down Expand Up @@ -132,7 +132,7 @@
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
<version>1.0.0</version>
<version>1.1.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 53fdf87

Please sign in to comment.