Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #8 from Anas-Elgarhy/remove-lanterna-packge
Browse files Browse the repository at this point in the history
Remove lanterna packge
  • Loading branch information
0x61nas authored Jun 16, 2022
2 parents f0a43b2 + e797c83 commit 25fd742
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 755 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,18 @@ plugins {
}

group 'com.anas.javautils.jls'
version '0.3.1'
version '0.3.2'

repositories {
mavenCentral()
maven{
url 'https://jitpack.io'
}
}

dependencies {
implementation 'commons-cli:commons-cli:1.5.0'
implementation 'com.github.Anas-Elgarhy:JColorfulConsole:1.0.3'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/anas/javautils/jls/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import java.io.IOException;

public class Main {
public static final String version = "0.3.1";
public static final String version = "0.3.2";

public static void main(final String[] args) {
ArgumentProcessor.getInstance().process(args);
Expand Down
Loading

0 comments on commit 25fd742

Please sign in to comment.