Skip to content

Commit

Permalink
Updating scala-redis to work with sbt 0.10.0
Browse files Browse the repository at this point in the history
Adding build.sbt and changing build.properties
  • Loading branch information
David Czarnecki authored and Debasish Ghosh committed Aug 4, 2011
1 parent a1454d9 commit 4927217
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 9 deletions.
21 changes: 21 additions & 0 deletions build.sbt
@@ -0,0 +1,21 @@
name := "RedisClient"

version := "2.3.1"

organization := "net.debasishg"

scalaVersion := "2.9.0"

libraryDependencies += "junit" % "junit" % "4.8.1" % "test"

libraryDependencies += "log4j" % "log4j" % "1.2.16"

libraryDependencies += "org.slf4j" % "slf4j-api" % "1.5.8"

libraryDependencies += "org.slf4j" % "slf4j-log4j12" % "1.5.8"

libraryDependencies += "commons-pool" % "commons-pool" % "1.5.5" % "compile"

libraryDependencies += "org.scalatest" % "scalatest_2.9.0" % "1.6.1" % "test"


10 changes: 1 addition & 9 deletions project/build.properties
@@ -1,9 +1 @@
#Project properties sbt.version=0.10.0
#Tue Mar 30 22:57:11 IST 2010
project.organization=net.debasishg
project.name=RedisClient
sbt.version=0.7.6.RC0
project.version=2.3.3
def.scala.version=2.7.7
build.scala.versions=2.9.0-1
project.initialize=false

0 comments on commit 4927217

Please sign in to comment.