Skip to content

Commit

Permalink
Merge pull request #105 from Dyescape/upgrade-to-kotlin-1.9
Browse files Browse the repository at this point in the history
Upgrade to kotlin 1.9.0
  • Loading branch information
fxshlein committed Jul 12, 2023
2 parents 1841f6e + 104fdb7 commit 00d46da
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,26 +47,32 @@
</properties>

<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>3.9.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.8.10</version>
<version>1.9.0</version>
</dependency>
<dependency>
<groupId>com.google.devtools.ksp</groupId>
<artifactId>symbol-processing-cmdline</artifactId>
<version>1.8.10-1.0.9</version>
<version>1.9.0-1.0.11</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-compiler</artifactId>
<version>1.8.10</version>
<version>1.9.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-plugin</artifactId>
<version>1.8.10</version>
<version>1.9.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand All @@ -78,7 +84,7 @@
<plugin>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-plugin</artifactId>
<version>1.8.10</version>
<version>1.9.0</version>
<executions>
<execution>
<id>compile</id>
Expand Down Expand Up @@ -190,7 +196,7 @@
<plugin>
<groupId>org.jetbrains.dokka</groupId>
<artifactId>dokka-maven-plugin</artifactId>
<version>1.8.10</version>
<version>1.8.20</version>
<executions>
<execution>
<phase>prepare-package</phase>
Expand Down

0 comments on commit 00d46da

Please sign in to comment.