aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.sbt b/build.sbt
index 536f17a5..0f387275 100644
--- a/build.sbt
+++ b/build.sbt
@@ -69,6 +69,8 @@ libraryDependencies += "net.jcazevedo" %% "moultingyaml" % "0.4.0"
libraryDependencies += "org.json4s" %% "json4s-native" % "3.6.1"
+libraryDependencies += "org.apache.commons" % "commons-text" % "1.6"
+
// Java PB
enablePlugins(ProtobufPlugin)