You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ti...@apache.org on 2020/12/11 16:25:24 UTC

[tika] branch branch_1x updated: TIKA-3244: update quasi-quotes

This is an automated email from the ASF dual-hosted git repository.

tilman pushed a commit to branch branch_1x
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/branch_1x by this push:
     new f097b84  TIKA-3244: update quasi-quotes
f097b84 is described below

commit f097b84bf6259d78e5983d3042cb52fa0a4034a7
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Fri Dec 11 17:25:14 2020 +0100

    TIKA-3244: update quasi-quotes
---
 tika-nlp/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-nlp/pom.xml b/tika-nlp/pom.xml
index 348b6c1..1cbac3b 100644
--- a/tika-nlp/pom.xml
+++ b/tika-nlp/pom.xml
@@ -157,7 +157,7 @@
     <dependency>
       <groupId>org.scalamacros</groupId>
       <artifactId>quasiquotes_2.10</artifactId>
-      <version>2.0.0-M8</version>
+      <version>2.1.1</version>
       <exclusions>
         <exclusion>
           <groupId>org.scala-lang</groupId>