Skip to content

Commit

Permalink
rediscala 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Valerian Barbot committed Aug 8, 2013
1 parent 730ef7d commit 4336a5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name:="rediscala-demo"

scalaVersion:="2.10.2"

resolvers += "rediscala" at "https://github.com/etaty/rediscala-mvn/raw/master/snapshots/"
resolvers += "rediscala" at "https://github.com/etaty/rediscala-mvn/raw/master/releases/"

libraryDependencies ++= Seq(
"com.etaty.rediscala" %% "rediscala" % "0.6-SNAPSHOT"
"com.etaty.rediscala" %% "rediscala" % "1.0"
)

0 comments on commit 4336a5b

Please sign in to comment.