Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbanda committed Nov 26, 2019
1 parent 48a76e7 commit 02154fd
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -20,6 +20,16 @@ or to *pom.xml* (if you use maven)
</dependency>
```

respectively for Scala 2.12 as

```
<dependency>
<groupId>org.in-cal</groupId>
<artifactId>incal-access-elastic_2.12</artifactId>
<version>0.2.4</version>
</dependency>
```

#### 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:
Expand Down

0 comments on commit 02154fd

Please sign in to comment.