Skip to content

Commit

Permalink
Update kotlin monorepo to v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 28, 2022
1 parent ab16deb commit 342de21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ SOFTWARE.
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>17</java.version>
<kotlin.code.style>official</kotlin.code.style>
<kotlin.version>1.7.22</kotlin.version>
<kotlin.version>1.8.0</kotlin.version>
<diktat-check.version>1.2.4.2</diktat-check.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
Expand All @@ -108,7 +108,7 @@ SOFTWARE.
<plugin>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-plugin</artifactId>
<version>1.7.22</version>
<version>1.8.0</version>
<executions>
<execution>
<id>compile</id>
Expand Down Expand Up @@ -242,7 +242,7 @@ SOFTWARE.
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test-junit5</artifactId>
<version>1.7.22</version>
<version>1.8.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 342de21

Please sign in to comment.