Skip to content

Commit

Permalink
upgrading to 0.90.10
Browse files Browse the repository at this point in the history
  • Loading branch information
bsadeh committed Feb 2, 2014
1 parent 32ba245 commit 9efdd0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@ and Scala-esque interface around the native [ElasticSearch Java API](http://www.
Add the following to your sbt build:

```scala
libraryDependencies += "org.scalastic" %% "scalastic" % "0.90.9"
libraryDependencies += "org.scalastic" %% "scalastic" % "0.90.10"
```

**Please note**, Scalastic supports Scala 2.10.x only.
Expand Down
4 changes: 2 additions & 2 deletions project/Build.scala
Expand Up @@ -8,7 +8,7 @@ object Build extends Build {
val basicSettings = Seq(
organization := "org.scalastic",
name := "scalastic",
version := "0.90.9",
version := "0.90.10",
description := "a scala driver for elasticsearch",
homepage := Some(url("https://github.com/bsadeh/scalastic")),
licenses := Seq("The Apache Software License, Version 2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0.txt"))
Expand Down Expand Up @@ -66,7 +66,7 @@ object Build extends Build {
resolvers += Resolver.sonatypeRepo("releases"),

libraryDependencies ++= Seq(
"org.elasticsearch" % "elasticsearch" % "0.90.9" withSources,
"org.elasticsearch" % "elasticsearch" % "0.90.10" withSources,
"com.google.code.findbugs" % "jsr305" % "1.3.9",
"org.clapper" %% "grizzled-slf4j" % "1.0.1" withSources,

Expand Down

0 comments on commit 9efdd0b

Please sign in to comment.