Skip to content

Commit

Permalink
feat(objectionary#381): use correct version of 'eo-runtime' library
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Aug 20, 2024
1 parent c740705 commit 570acdf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ SOFTWARE.
<dependency>
<groupId>org.eolang</groupId>
<artifactId>eo-parser</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.39.0</version>
</dependency>
<dependency>
<groupId>org.eolang</groupId>
Expand Down
4 changes: 4 additions & 0 deletions src/test/java/it/AgentsIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@
* When the related issue is fixed, remove these elements.
* You can follow the progress of the issue
* <a href="https://github.com/objectionary/eo/issues/3343">here.</a>
* @todo #381:90min Add More Tests With Instructions That Have Params.
* Currently, we only have tests with instructions that do not have parameters.
* This is an extremely limited number of instructions.
* We need to add more tests with instructions that have parameters.
*/
@SuppressWarnings("JTCOP.RuleCorrectTestName")
final class AgentsIT {
Expand Down

0 comments on commit 570acdf

Please sign in to comment.