Skip to content

Commit 7d3d7d5

Browse files
committed
Preparing release of v0.8.1
1 parent 8f9b551 commit 7d3d7d5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Module | Playframework | Elasticsearch | Comments | Diff
2424
0.6-SNAPSHOT | 2.1.1 | 0.90.2 | Upgrade to ES 0.90.2
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.0 | 0.90.5 | Upgrade to ES 0.90.5 & play 2.2.0
27+
0.8.1 | 2.2.1 | 0.90.11 | Upgrade to ES 0.90.11 & play 2.2.1
2728

2829
## Install
2930

module/project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ object ApplicationBuild extends Build {
1010
val appDependencies = Seq(
1111
javaCore,
1212
// Add your project dependencies here
13-
"org.elasticsearch" % "elasticsearch" % "0.90.5",
13+
"org.elasticsearch" % "elasticsearch" % "0.90.11",
1414
"org.apache.commons" % "commons-lang3" % "3.1"
1515
)
1616

module/project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ logLevel := Level.Warn
55
resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"
66

77
// Use the Play sbt plugin for Play projects
8-
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.2.0")
8+
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.2.1")

0 commit comments

Comments
 (0)