Skip to content

Commit

Permalink
Merge branch '__rultor'
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Jan 11, 2023
2 parents 4e33594 + 342de21 commit 1346a7d
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 1346a7d

Please sign in to comment.