From 46c6d639b54faade5c57bdc9328addc4d8bd1e3d Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Fri, 9 Dec 2011 09:41:50 -0500 Subject: [PATCH] set crossPaths := false to avoid Scala version on publish Since it's a plain Java project, the Scala version is not wanted. --- config/build.sbt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/build.sbt b/config/build.sbt index 4d71ab09..17a27ec3 100644 --- a/config/build.sbt +++ b/config/build.sbt @@ -12,6 +12,8 @@ fork in run in Test := true autoScalaLibrary := false +crossPaths := false + libraryDependencies += "net.liftweb" %% "lift-json" % "2.4-SNAPSHOT" % "test" libraryDependencies += "com.novocode" % "junit-interface" % "0.7" % "test"