Skip to content

Commit

Permalink
1.3.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
fommil committed Mar 19, 2013
1 parent a37c219 commit f5e0e45
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Expand Up @@ -4,11 +4,11 @@ import sbtrelease._
name := "Scalad" name := "Scalad"


/** DON'T FORGET TO CHANGE version.sbt */ /** DON'T FORGET TO CHANGE version.sbt */
version := "1.2.0-SNAPSHOT" version := "1.3.0-SNAPSHOT"


organization := "org.cakesolutions" organization := "org.cakesolutions"


scalaVersion := "2.10.0" scalaVersion := "2.10.1"


/** Shell */ /** Shell */
shellPrompt := { state => System.getProperty("user.name") + "> " } shellPrompt := { state => System.getProperty("user.name") + "> " }
Expand Down Expand Up @@ -38,7 +38,7 @@ credentials += Credentials(Path.userHome / ".artifactory" / ".credentials")


libraryDependencies <<= scalaVersion { scala_version => libraryDependencies <<= scalaVersion { scala_version =>
Seq( Seq(
"org.mongodb" % "mongo-java-driver" % "2.10.0", "org.mongodb" % "mongo-java-driver" % "2.10.1",
"com.typesafe" % "config" % "1.0.0", "com.typesafe" % "config" % "1.0.0",
"io.spray" %% "spray-json" % "1.2.3", "io.spray" %% "spray-json" % "1.2.3",
"org.specs2" %% "specs2" % "1.13" % "test", "org.specs2" %% "specs2" % "1.13" % "test",
Expand Down
1 change: 1 addition & 0 deletions project/build.properties
@@ -0,0 +1 @@
sbt.version=0.12.2
2 changes: 1 addition & 1 deletion version.sbt
@@ -1,2 +1,2 @@


version in ThisBuild := "1.2.0-SNAPSHOT" version in ThisBuild := "1.3.0-SNAPSHOT"

0 comments on commit f5e0e45

Please sign in to comment.