Skip to content

Commit

Permalink
Updated Kotlin to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Baret committed Sep 9, 2023
1 parent a52ea63 commit fb91ac1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>

<kotlin.compiler.jvmTarget>11</kotlin.compiler.jvmTarget>
<kotlin.version>1.6.21</kotlin.version>
<kotlin.compiler.jvmTarget>17</kotlin.compiler.jvmTarget>
<kotlin.version>1.9.10</kotlin.version>
<!-- version used by Kotest -->
<kotlinx.coroutines.version>1.6.1</kotlinx.coroutines.version>
<serialization.version>1.3.2</serialization.version>
<kotlinx.coroutines.version>1.7.0</kotlinx.coroutines.version>
<serialization.version>1.5.1</serialization.version>

<zircon.version>2022.1.0-RELEASE</zircon.version>
<amethyst.version>2022.1.0-RELEASE</amethyst.version>
Expand Down

0 comments on commit fb91ac1

Please sign in to comment.