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

Commit

Permalink
Update Scala version to 2.10.3 and Casbah dep to 2.6.4 (salat#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
rose committed Oct 10, 2013
1 parent 2c1a359 commit 664e8cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion notes/1.9.4.markdown
@@ -1,3 +1,3 @@
Features new in Salat 1.9.4 include:

- Support for Joda LocalDateTime (#105, thanks to Manuel Bernhardt)
- Support for Joda LocalDateTime (#103, thanks to Manuel Bernhardt)
8 changes: 4 additions & 4 deletions project/SalatBuild.scala
Expand Up @@ -69,8 +69,8 @@ object BuildSettings {
import Repos._

val buildOrganization = "com.novus"
val buildVersion = "1.9.3"
val buildScalaVersion = "2.10.2"
val buildVersion = "1.9.4-SNAPSHOT"
val buildScalaVersion = "2.10.3"

val buildSettings = Defaults.defaultSettings ++ Format.settings ++ Publish.settings ++ Seq(
organization := buildOrganization,
Expand Down Expand Up @@ -147,7 +147,7 @@ object Publish {
object Dependencies {

private val LogbackVersion = "1.0.9"
private val CasbahVersion = "2.6.3"
private val CasbahVersion = "2.6.4"

val specs2 = "org.specs2" %% "specs2" % "2.2" % "test"
val commonsLang = "commons-lang" % "commons-lang" % "2.6" % "test"
Expand All @@ -157,7 +157,7 @@ object Dependencies {
val casbah = "org.mongodb" %% "casbah-core" % CasbahVersion
val casbah_commons = "org.mongodb" %% "casbah-commons" % CasbahVersion % "test"
val casbah_specs = "org.mongodb" %% "casbah-commons" % CasbahVersion % "test" classifier "test"
val json4sNative = "org.json4s" %% "json4s-native" % "3.1.0"
val json4sNative = "org.json4s" %% "json4s-native" % "3.2.5"
}

object Repos {
Expand Down

0 comments on commit 664e8cc

Please sign in to comment.