diff --git a/README.md b/README.md index 126bc50..cec826b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is a convenient repo-like access layer for Elastic Search based on [Elastic #### Installation -All you need is **Scala 2.11**. To pull the library you have to add the following dependency to *build.sbt* +All you need is **Scala 2.11** or **2.12**. To pull the library you have to add the following dependency to *build.sbt* ``` "org.in-cal" %% "incal-access-elastic" % "0.2.4" @@ -20,6 +20,16 @@ or to *pom.xml* (if you use maven) ``` +respectively for Scala 2.12 as + +``` + + org.in-cal + incal-access-elastic_2.12 + 0.2.4 + +``` + #### DB Elastic Search **5.6.10** is required. Any other version might not work correctly. The release for Debian-like Linux distributions can be installed as: