Skip to content

Commit

Permalink
Merge pull request #772 from smallrye/update/KotlinAndDokka
Browse files Browse the repository at this point in the history
Update Kotlin and Dokka to 1.6.0
  • Loading branch information
heubeck authored Dec 6, 2021
2 parents 131cc0e + 7365b40 commit a62cb00
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@
<maven.compiler.target>1.8</maven.compiler.target>

<!-- Configuration of mutiny-kotlin module -->
<kotlin.version>1.5.31</kotlin.version>
<kotlin.compiler.apiVersion>1.3</kotlin.compiler.apiVersion>
<kotlin.compiler.languageVersion>1.3</kotlin.compiler.languageVersion>
<kotlin.version>1.6.0</kotlin.version>
<kotlin.compiler.apiVersion>1.4</kotlin.compiler.apiVersion>
<kotlin.compiler.languageVersion>1.4</kotlin.compiler.languageVersion>
<coroutines.version>1.5.2</coroutines.version>
<kotlin.compiler.jvmTarget>${maven.compiler.target}</kotlin.compiler.jvmTarget>
<dokka.version>1.5.31</dokka.version>
<dokka.version>1.6.0</dokka.version>

<moditect-maven-plugin.version>1.0.0.RC2</moditect-maven-plugin.version>
<jandex-maven-plugin.version>1.2.1</jandex-maven-plugin.version>
Expand Down

0 comments on commit a62cb00

Please sign in to comment.