File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,13 @@ Module | Playframework | Elasticsearch | Comments | Diff
2525 0.7-SNAPSHOT | 2.1.3 | 0.90.3 | Upgrade to ES 0.90.3 & play 2.1.3
2626 0.8-SNAPSHOT | 2.2.1 | 0.90.12 | Upgrade to ES 0.90.12 & play 2.2.1
2727 0.8.1 | 2.2.1 | 0.90.12 | Upgrade to ES 0.90.12 & play 2.2.1
28+ 0.8.2 | 2.2.1 | 0.90.12 | Small fixes
2829
2930## Install
3031
3132The dependency declaration is :
3233```
33- "com.clever-age" % "play2-elasticsearch" % "0.8.1 "
34+ "com.clever-age" % "play2-elasticsearch" % "0.8.2 "
3435```
3536
3637Since v0.8.1, releases are published on maven-central, so you don't have to define any specific resolvers.
@@ -50,7 +51,7 @@ version := "1.0-SNAPSHOT"
5051libraryDependencies ++= Seq(
5152 jdbc,
5253 cache,
53- "com.clever-age" % "play2-elasticsearch" % "0.8.1 "
54+ "com.clever-age" % "play2-elasticsearch" % "0.8.2 "
5455)
5556
5657play.Project.playScalaSettings
You can’t perform that action at this time.
0 commit comments