Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbanda committed May 31, 2019
1 parent 756b96e commit b9e3db6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# InCal Access ElasticSearch [![version](https://img.shields.io/badge/version-0.1.9-green.svg)](https://elasticsearch.com)
# InCal Access ElasticSearch [![version](https://img.shields.io/badge/version-0.1.10-green.svg)](https://elasticsearch.com)

This is a convenient repo-like access layer for Elastic Search based on Elastic4S library.

Expand All @@ -7,7 +7,7 @@ This is a convenient repo-like access layer for Elastic Search based on Elastic4
All you need is **Scala 2.11**. To pull the library you have to add the following dependency to *build.sbt*

```
"org.in-cal" %% "incal-access-elastic % "0.1.9"
"org.in-cal" %% "incal-access-elastic % "0.1.10"
```

or to *pom.xml* (if you use maven)
Expand All @@ -16,7 +16,7 @@ or to *pom.xml* (if you use maven)
<dependency>
<groupId>org.in-cal</groupId>
<artifactId>incal-access-elastic_2.11</artifactId>
<version>0.1.9</version>
<version>0.1.10</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ organization := "org.in-cal"

name := "incal-access-elastic"

version := "0.1.9"
version := "0.1.10"

description := "Provides a convenient access layer for Elastic Search based on Elastic4S library."

Expand All @@ -14,7 +14,7 @@ libraryDependencies ++= Seq(
"com.sksamuel.elastic4s" %% "elastic4s-core" % "2.3.0",
"com.sksamuel.elastic4s" %% "elastic4s-streams" % "2.3.0",
"javax.inject" % "javax.inject" % "1",
"org.in-cal" %% "incal-core" % "0.1.8",
"org.in-cal" %% "incal-core" % "0.1.9",
"org.apache.commons" % "commons-lang3" % "3.5",
"org.slf4j" % "slf4j-api" % "1.7.21"
)
Expand Down

0 comments on commit b9e3db6

Please sign in to comment.