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

Commit

Permalink
ANTLR runtime is part of the API now
Browse files Browse the repository at this point in the history
  • Loading branch information
jglrxavpok committed Oct 16, 2020
1 parent e8c76e8 commit e631625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ java {
}

group 'org.jglrxavpok.nbt'
version '1.1.3'
version '1.1.4'

repositories {
mavenCentral()
Expand Down Expand Up @@ -60,7 +60,7 @@ dependencies {
gsonBasedImplementation 'com.google.code.gson:gson:2.8.6'

// https://mvnrepository.com/artifact/org.antlr/antlr4-runtime
implementation group: 'org.antlr', name: 'antlr4-runtime', version: '4.8-1'
api group: 'org.antlr', name: 'antlr4-runtime', version: '4.8-1'

// https://mvnrepository.com/artifact/junit/junit
testCompile group: 'junit', name: 'junit', version: '4.13'
Expand Down

0 comments on commit e631625

Please sign in to comment.