From f760a07189fb77861915455105ecdf232b8789f4 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 17 May 2015 23:26:38 -0700 Subject: [PATCH] Bump twitter-text to v1.12.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 858c36b..0511443 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ libraryDependencies += "nu.validator" % "validator" % "15.4.12" excludeAll( libraryDependencies += "com.jcabi" % "jcabi-github" % "0.23" -libraryDependencies += "com.twitter" % "twitter-text" % "1.11.1" +libraryDependencies += "com.twitter" % "twitter-text" % "1.12.1" libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.1.2"