Skip to content

Commit

Permalink
Merge pull request #86 from objectionary/fast-fix
Browse files Browse the repository at this point in the history
eo-version up to `0.28.11`
  • Loading branch information
MikhailLipanin authored Nov 10, 2022
2 parents 670b723 + 6c2e3e0 commit d36ecf0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,19 +81,14 @@ SOFTWARE.
</site>
</distributionManagement>
<properties>
<eolang.version>0.28.10</eolang.version>
<eolang.version>0.28.11</eolang.version>
</properties>
<dependencies>
<dependency>
<groupId>org.eolang</groupId>
<artifactId>eo-parser</artifactId>
<version>${eolang.version}</version>
</dependency>
<dependency>
<groupId>org.eolang</groupId>
<artifactId>eo-runtime</artifactId>
<version>${eolang.version}</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
Expand Down

0 comments on commit d36ecf0

Please sign in to comment.