Skip to content

Commit

Permalink
Upgrade to jansi 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Apr 3, 2019
1 parent 108cd80 commit fd6eb24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ public class JansiSupportImplTest {
@Test
public void testJansiVersion() {
assertEquals(JansiSupportImpl.JANSI_MAJOR_VERSION, 1);
assertEquals(JansiSupportImpl.JANSI_MINOR_VERSION, 17);
assertEquals(JansiSupportImpl.JANSI_MINOR_VERSION, 18);
}
}

0 comments on commit fd6eb24

Please sign in to comment.