Skip to content

Commit

Permalink
mongo hint support is added
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Lagutko committed Jun 21, 2011
1 parent c94ccbf commit 76eed82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -37,7 +37,7 @@ Library dependency:
<dependency>
<groupId>com.github.blueeyes</groupId>
<artifactId>blueeyes</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
Expand All @@ -49,7 +49,7 @@ Library dependency:
val jboss_repo = MavenRepository("JBoss", "http://repository.jboss.org/nexus/content/groups/public/")
val akka_repo = MavenRepository("Akka", "http://akka.io/repository/")

val blueeyesRelease = "com.github.blueeyes" % "blueeyes" % "0.4.0" % "compile"
val blueeyesRelease = "com.github.blueeyes" % "blueeyes" % "0.4.1" % "compile"

## Origins

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
@@ -1,6 +1,6 @@
name := "blueeyes"

version := "0.4.0"
version := "0.4.1"

organization := "com.reportgrid"

Expand Down

0 comments on commit 76eed82

Please sign in to comment.