Skip to content

Commit

Permalink
build.gradle: make xMsg an api dependency (again)
Browse files Browse the repository at this point in the history
See 369b642 (build.gradle: make xMsg an api dependency).
  • Loading branch information
smancill committed Aug 9, 2019
1 parent 43a74f7 commit 68a8ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ repositories {
}

dependencies {
implementation 'org.jlab.coda:xmsg:2.3'
api 'org.jlab.coda:xmsg:2.3'
implementation 'org.yaml:snakeyaml:1.18'
api 'org.json:json:20160810'
api 'org.jline:jline:3.1.3'
Expand Down

0 comments on commit 68a8ef2

Please sign in to comment.