Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 0538f84

Browse files
committed
added eo-runtime dependency
1 parent 9d5bcec commit 0538f84

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@ SOFTWARE
9191
</site>
9292
</distributionManagement>
9393
<dependencies>
94+
<dependency>
95+
<groupId>org.eolang</groupId>
96+
<artifactId>eo-runtime</artifactId>
97+
<version>0.29.0</version>
98+
</dependency>
9499
<dependency>
95100
<groupId>org.junit.jupiter</groupId>
96101
<artifactId>junit-jupiter-api</artifactId>

0 commit comments

Comments
 (0)