From 45ebe07038881789179f9e12b656f604b8a9cbfe Mon Sep 17 00:00:00 2001 From: Mathias Date: Mon, 6 Feb 2012 15:24:47 +0100 Subject: Upgrade to specs2 1.7.1 --- build.sbt | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b387b59..01f11e0 100644 --- a/build.sbt +++ b/build.sbt @@ -20,11 +20,16 @@ scalacOptions := Seq("-deprecation", "-encoding", "utf8") libraryDependencies ++= Seq( "org.parboiled" % "parboiled-scala" % "1.0.2" % "compile", - "org.specs2" %% "specs2" % "1.6.1" % "test" + "org.specs2" %% "specs2" % "1.7.1" % "test" ) scaladocOptions <<= (name, version).map { (n, v) => Seq("-doc-title", n + " " + v) } + +/////////////// +// publishing +/////////////// + credentials += Credentials(Path.userHome / ".ivy2" / ".credentials") publishMavenStyle := true @@ -40,6 +45,12 @@ publishTo <<= version { version => } } + +/////////////// +// ls-sbt +/////////////// + + seq(lsSettings:_*) (LsKeys.tags in LsKeys.lsync) := Seq("json") -- cgit v1.2.3