Skip to content

Commit 0e04acd

Browse files
committed
set version 1.4-SNAPSHOT with ES 1.4.1
1 parent 9bba8d4 commit 0e04acd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

module/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ import xerial.sbt.Sonatype._
55

66
name := "play2-elasticsearch"
77

8-
version := "1.2-SNAPSHOT"
8+
version := "1.4-SNAPSHOT"
99

1010
libraryDependencies ++= Seq(
1111
javaCore,
1212
// Add your project dependencies here
13-
"org.elasticsearch" % "elasticsearch" % "1.4.0",
13+
"org.elasticsearch" % "elasticsearch" % "1.4.1",
1414
"org.codehaus.groovy" % "groovy-all" % "2.3.8",
1515
"org.apache.commons" % "commons-lang3" % "3.1"
1616
)

0 commit comments

Comments
 (0)