From f5e0e459e7ffe6ab8a4b520a9da0ab85ad7ae9b0 Mon Sep 17 00:00:00 2001 From: Sam Halliday Date: Tue, 19 Mar 2013 15:52:20 +0000 Subject: [PATCH] 1.3.0-SNAPSHOT --- build.sbt | 6 +++--- project/build.properties | 1 + version.sbt | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 project/build.properties diff --git a/build.sbt b/build.sbt index d53dc90..757dd55 100644 --- a/build.sbt +++ b/build.sbt @@ -4,11 +4,11 @@ import sbtrelease._ name := "Scalad" /** DON'T FORGET TO CHANGE version.sbt */ -version := "1.2.0-SNAPSHOT" +version := "1.3.0-SNAPSHOT" organization := "org.cakesolutions" -scalaVersion := "2.10.0" +scalaVersion := "2.10.1" /** Shell */ shellPrompt := { state => System.getProperty("user.name") + "> " } @@ -38,7 +38,7 @@ credentials += Credentials(Path.userHome / ".artifactory" / ".credentials") libraryDependencies <<= scalaVersion { scala_version => Seq( - "org.mongodb" % "mongo-java-driver" % "2.10.0", + "org.mongodb" % "mongo-java-driver" % "2.10.1", "com.typesafe" % "config" % "1.0.0", "io.spray" %% "spray-json" % "1.2.3", "org.specs2" %% "specs2" % "1.13" % "test", diff --git a/project/build.properties b/project/build.properties new file mode 100644 index 0000000..21e2c5d --- /dev/null +++ b/project/build.properties @@ -0,0 +1 @@ +sbt.version=0.12.2 \ No newline at end of file diff --git a/version.sbt b/version.sbt index 2d0d512..4c807d3 100644 --- a/version.sbt +++ b/version.sbt @@ -1,2 +1,2 @@ -version in ThisBuild := "1.2.0-SNAPSHOT" +version in ThisBuild := "1.3.0-SNAPSHOT"