Skip to content

Commit eeebbab

Browse files
committed
version up
1 parent a0510de commit eeebbab

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

CITATION.cff

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ authors:
44
- family-names: "Bugayenko"
55
given-names: "Yegor"
66
orcid: "https://orcid.org/0000-0001-6370-0678"
7-
title: "EOLANG and phi-calculus"
7+
title: "EOLANG and 𝜑-calculus"
88
version: 0.23.0
99
doi: 10.48550/arXiv.2111.13384
1010
date-released: 2022-05-09
11-
url: "https://github.com/objectionary/eo"
11+
url: "https://github.com/objectionary/eo"

eo-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ SOFTWARE.
147147
<dependency>
148148
<groupId>org.eolang</groupId>
149149
<artifactId>eo-runtime</artifactId>
150-
<version>0.23.6</version>
150+
<version>0.23.8</version>
151151
<scope>test</scope>
152152
</dependency>
153153
<dependency>

eo-maven-plugin/src/test/java/org/eolang/maven/SnippetTest.java

-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
import org.cactoos.text.UncheckedText;
4949
import org.hamcrest.MatcherAssert;
5050
import org.hamcrest.Matchers;
51-
import org.junit.jupiter.api.Disabled;
5251
import org.junit.jupiter.api.io.TempDir;
5352
import org.junit.jupiter.params.ParameterizedTest;
5453
import org.junit.jupiter.params.provider.MethodSource;
@@ -78,7 +77,6 @@ public final class SnippetTest {
7877
@TempDir
7978
public Path temp;
8079

81-
@Disabled
8280
@ParameterizedTest
8381
@MethodSource("yamlSnippets")
8482
@SuppressWarnings("unchecked")

0 commit comments

Comments
 (0)