Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Release r2.1.5-1_2.8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan W. McAdams committed May 31, 2011
1 parent 3336bd9 commit 1d11309
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
project.organization=com.mongodb.casbah project.organization=com.mongodb.casbah
project.name=casbah project.name=casbah
sbt.version=0.7.7 sbt.version=0.7.7
project.version=2.1.5.0 project.version=2.1.5-1
def.scala.version=2.7.7 def.scala.version=2.7.7
build.scala.versions=2.9.0-1 build.scala.versions=2.9.0-1
project.initialize=false project.initialize=false
5 changes: 2 additions & 3 deletions project/build/CasbahProject.scala
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -98,12 +98,11 @@ class CasbahProject(info: ProjectInfo)
class CasbahCommonsProject(info: ProjectInfo) extends CasbahBaseProject(info) { class CasbahCommonsProject(info: ProjectInfo) extends CasbahBaseProject(info) {
// Runtime deps // Runtime deps
val mongodb = "org.mongodb" % "mongo-java-driver" % "2.5.3" val mongodb = "org.mongodb" % "mongo-java-driver" % "2.5.3"
val scalajCollection = "org.scalaj" % "scalaj-collection_2.8.0" % "1.0" val scalajCollection = "org.scalaj" %% "scalaj-collection" % "1.1"
val slf4j = "org.slf4j" % "slf4j-api" % "1.6.0" val slf4j = "org.slf4j" % "slf4j-api" % "1.6.0"
// JCL bindings for testing only // JCL bindings for testing only
val slf4jJCL = "org.slf4j" % "slf4j-jcl" % "1.6.0" % "test" val slf4jJCL = "org.slf4j" % "slf4j-jcl" % "1.6.0" % "test"
val scalaTime = "org.scala-tools.time" % "time_2.8.0" % "0.2" val scalaTime = "org.scala-tools.time" %% "time" % "0.4"

} }


class CasbahCoreProject(info: ProjectInfo) extends CasbahBaseProject(info) { class CasbahCoreProject(info: ProjectInfo) extends CasbahBaseProject(info) {
Expand Down

0 comments on commit 1d11309

Please sign in to comment.