diff options
| author | Jack Koenig | 2019-01-31 17:10:50 -0800 |
|---|---|---|
| committer | GitHub | 2019-01-31 17:10:50 -0800 |
| commit | 4e77c5e14a05cedda621a4acdbc435bed23a202d (patch) | |
| tree | a54366e038a33c051d1021f28e0d55748c531437 /build.sbt | |
| parent | 905b4a709efb0acdf5a4ba8fe7b9e03a9caa4d8e (diff) | |
Use apache commons for string escaping instead of reflection (#1008)
Diffstat (limited to 'build.sbt')
| -rw-r--r-- | build.sbt | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |
