Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
added eo-runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Graur committed Dec 23, 2022
1 parent ce2aabd commit e2ddf6a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,13 @@ SOFTWARE.
</site>
</distributionManagement>
<dependencies>
<dependency>
<!-- We need it here for Javadoc compilation -->
<groupId>org.eolang</groupId>
<artifactId>eo-runtime</artifactId>
<version>${eolang.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
Expand Down

1 comment on commit e2ddf6a

@0pdd
Copy link

@0pdd 0pdd commented on e2ddf6a Dec 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 180-0160c3d1 discovered in src/test/eo/org/eolang/hamcrest/failed-output/equal-to-failed-output.eo) and submitted as #183. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.