diff --git a/notes/1.9.4.markdown b/notes/1.9.4.markdown index 9453f092..a8bc74fd 100644 --- a/notes/1.9.4.markdown +++ b/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) diff --git a/project/SalatBuild.scala b/project/SalatBuild.scala index d20ec79e..5d415c57 100644 --- a/project/SalatBuild.scala +++ b/project/SalatBuild.scala @@ -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, @@ -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" @@ -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 {