Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #11 from evojam/v3.1
Browse files Browse the repository at this point in the history
Update to play-elastic4s v0.3.1
  • Loading branch information
ith committed May 5, 2016
2 parents 9aa450b + d29f421 commit ed79433
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name := "play-elastic-template"

version := "1.1"
version := "1.2"

lazy val root = (project in file(".")).enablePlugins(PlayScala)

scalaVersion := "2.11.7"
scalaVersion := "2.11.8"

libraryDependencies ++= Seq(
"com.evojam" %% "play-elastic4s" % "0.3.0"
"com.evojam" %% "play-elastic4s" % "0.3.1"
)

resolvers += "scalaz-bintray" at "http://dl.bintray.com/scalaz/releases"
Expand Down

0 comments on commit ed79433

Please sign in to comment.