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

Commit

Permalink
#24
Browse files Browse the repository at this point in the history
- updated EO version;
- replaced junit meta
- fixed some syntax mistakes
  • Loading branch information
Graur committed May 19, 2023
1 parent ad42d6f commit 586781c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
13 changes: 9 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ SOFTWARE.
<parent>
<groupId>com.jcabi</groupId>
<artifactId>parent</artifactId>
<version>0.57.2</version>
<version>0.65.0</version>
</parent>
<groupId>org.eolang</groupId>
<artifactId>net</artifactId>
Expand Down Expand Up @@ -91,21 +91,26 @@ SOFTWARE.
<dependency>
<groupId>org.eolang</groupId>
<artifactId>eo-runtime</artifactId>
<version>0.23.10</version>
<version>0.29.4</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<version>5.8.2</version>
<version>5.9.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eolang</groupId>
<artifactId>eo-runtime</artifactId>
<version>0.29.4</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.eolang</groupId>
<artifactId>eo-maven-plugin</artifactId>
<version>0.23.8</version>
<version>0.29.4</version>
<executions>
<execution>
<id>compile</id>
Expand Down
1 change: 1 addition & 0 deletions src/main/eo/org/eolang/net/socket.eo
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

+package org.eolang.net
+rt jvm org.eolang.net:0.0.0
+version 0.0.0
Expand Down
4 changes: 2 additions & 2 deletions src/test/eo/org/eolang/net/socket-tests.eo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
+package org.eolang.net
+alias org.eolang.net.socket
+junit
+package org.eolang.net
+tests

[] > socket-is-address
eq. > @
Expand Down

0 comments on commit 586781c

Please sign in to comment.