Skip to content

Commit

Permalink
Merge pull request #89 from Dyescape/feature/upgrade-to-kotlin-1.8.10
Browse files Browse the repository at this point in the history
Upgrade kotlin version to 1.8.10
  • Loading branch information
MrDienns committed Apr 1, 2023
2 parents a51d39b + 177cd3d commit df53af1
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 @@ -50,23 +50,23 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.8.0-Beta</version>
<version>1.8.10</version>
</dependency>
<dependency>
<groupId>com.google.devtools.ksp</groupId>
<artifactId>symbol-processing-cmdline</artifactId>
<version>1.8.0-Beta-1.0.8</version>
<version>1.8.10-1.0.9</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-compiler</artifactId>
<version>1.8.0-Beta</version>
<version>1.8.10</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-plugin</artifactId>
<version>1.8.0-Beta</version>
<version>1.8.10</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand All @@ -78,7 +78,7 @@
<plugin>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-plugin</artifactId>
<version>1.8.0-Beta</version>
<version>1.8.10</version>
<executions>
<execution>
<id>compile</id>
Expand All @@ -105,7 +105,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.1</version>
<executions>
<execution>
<id>shade</id>
Expand Down

0 comments on commit df53af1

Please sign in to comment.