We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bba8d4 commit 0e04acdCopy full SHA for 0e04acd
module/build.sbt
@@ -5,12 +5,12 @@ import xerial.sbt.Sonatype._
5
6
name := "play2-elasticsearch"
7
8
-version := "1.2-SNAPSHOT"
+version := "1.4-SNAPSHOT"
9
10
libraryDependencies ++= Seq(
11
javaCore,
12
// Add your project dependencies here
13
- "org.elasticsearch" % "elasticsearch" % "1.4.0",
+ "org.elasticsearch" % "elasticsearch" % "1.4.1",
14
"org.codehaus.groovy" % "groovy-all" % "2.3.8",
15
"org.apache.commons" % "commons-lang3" % "3.1"
16
)
0 commit comments