Skip to content

Commit

Permalink
Update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kidusmakonnen committed Feb 1, 2020
1 parent a3ddf8c commit 510c5fa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 10 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,16 @@

<groupId>et.kidus.geez</groupId>
<artifactId>Geez</artifactId>
<version>v0.1.0</version>
<version>v0.1.2</version>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.0.0</version>
<scope>test</scope>
</dependency>
</dependencies>



</project>
4 changes: 1 addition & 3 deletions src/test/java/et/kidus/geez/GeezUtilTest.java
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
package et.kidus.geez;

import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;

import static org.junit.jupiter.api.Assertions.*;
import static org.junit.jupiter.api.Assertions.assertEquals;

class GeezUtilTest {
private final long[] testInputs = {
Expand Down

0 comments on commit 510c5fa

Please sign in to comment.