Skip to content

Commit

Permalink
new kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdullinAM committed May 23, 2024
1 parent c67fdfb commit 9e29af3
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 @@ -6,7 +6,7 @@

<groupId>org.vorpal.research</groupId>
<artifactId>kfg</artifactId>
<version>0.4.15</version>
<version>0.4.16</version>

<properties>
<jvm.version>1.8</jvm.version>
Expand All @@ -16,12 +16,12 @@
<maven.compiler.source>${jvm.version}</maven.compiler.source>
<maven.compiler.target>${jvm.version}</maven.compiler.target>

<kotlin.version>1.9.20</kotlin.version>
<kotlin.version>2.0.0</kotlin.version>
<compiler-plugin.version>3.5.1</compiler-plugin.version>

<exec.main>org.vorpal.research.kfg.MainKt</exec.main>

<kt-helper.version>0.1.14</kt-helper.version>
<kt-helper.version>0.1.20</kt-helper.version>
<asm.version>9.6</asm.version>
<commons-cli.version>1.5.0</commons-cli.version>
<jdot.version>1.0</jdot.version>
Expand Down

0 comments on commit 9e29af3

Please sign in to comment.