File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ Module | Playframework | Elasticsearch | Comments | Diff
24
24
0.6-SNAPSHOT | 2.1.1 | 0.90.2 | Upgrade to ES 0.90.2
25
25
0.7-SNAPSHOT | 2.1.3 | 0.90.3 | Upgrade to ES 0.90.3 & play 2.1.3
26
26
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
27
28
28
29
## Install
29
30
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ object ApplicationBuild extends Build {
10
10
val appDependencies = Seq (
11
11
javaCore,
12
12
// Add your project dependencies here
13
- " org.elasticsearch" % " elasticsearch" % " 0.90.5 " ,
13
+ " org.elasticsearch" % " elasticsearch" % " 0.90.11 " ,
14
14
" org.apache.commons" % " commons-lang3" % " 3.1"
15
15
)
16
16
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ logLevel := Level.Warn
5
5
resolvers += " Typesafe repository" at " http://repo.typesafe.com/typesafe/releases/"
6
6
7
7
// 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 " )
You can’t perform that action at this time.
0 commit comments