Skip to content

Commit

Permalink
0.2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
sclasen committed Mar 4, 2014
1 parent 7b396fb commit 1071438
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object Build extends Build {
val playextras = (Project("play-extras", file(".")) settings(
organization := "com.sclasen",
name := "play-extras",
version := "0.2.14.2-SNAPSHOT",
version := "0.2.15",
scalaVersion := "2.10.2",
crossScalaVersions := Seq("2.10.2"),
libraryDependencies ++= dependencies,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class RedisService(val redisUrl: URI) {
case e: Exception =>
redisPool.returnBrokenResource(resource.asInstanceOf[BinaryJedis])
throw e
case nsm : NoSuchMethodError =>
case nsm: NoSuchMethodError =>
log.error("No Such Method error caught in RedisService.withRedis, is your redis dependency in sync with play-extras?")
throw new RuntimeException(nsm)
}
Expand Down

0 comments on commit 1071438

Please sign in to comment.