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:24:49 UTC

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

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

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


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

commit c968110b08d99f26b0d287e63eefc624edcad738
Author: THausherr <ti...@snafu.de>
AuthorDate: Fri Dec 11 17:24:37 2020 +0100

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

diff --git a/tika-parsers/tika-parsers-advanced/tika-age-recogniser/pom.xml b/tika-parsers/tika-parsers-advanced/tika-age-recogniser/pom.xml
index 8911c79..f4e108c 100644
--- a/tika-parsers/tika-parsers-advanced/tika-age-recogniser/pom.xml
+++ b/tika-parsers/tika-parsers-advanced/tika-age-recogniser/pom.xml
@@ -141,7 +141,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>