From 68a8ef2613b408e1480e3a76a51db0b8522633d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Mancilla?= Date: Thu, 8 Aug 2019 20:01:43 -0400 Subject: [PATCH] build.gradle: make xMsg an api dependency (again) See 369b642e (build.gradle: make xMsg an api dependency). --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 36ef1abb..08437b68 100644 --- a/build.gradle +++ b/build.gradle @@ -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'