Skip to content

Commit

Permalink
Up the versions of wheels and stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
belyaev-mikhail committed Apr 29, 2022
1 parent e3e39d6 commit c07db4a
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 @@ -5,17 +5,17 @@

<groupId>ru.spbstu</groupId>
<artifactId>symkt</artifactId>
<version>0.0.0.5</version>
<version>0.0.0.6</version>
<packaging>jar</packaging>

<name>ru.spbstu.SymKt</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.version>1.5.21</kotlin.version>
<kotlin.version>1.6.21</kotlin.version>
<kotlin.code.style>official</kotlin.code.style>
<junit.version>4.12</junit.version>
<wheels.version>0.0.1.3</wheels.version>
<wheels.version>0.0.1.4</wheels.version>
</properties>

<dependencies>
Expand Down

0 comments on commit c07db4a

Please sign in to comment.