set crossPaths := false to avoid Scala version on publish

Since it's a plain Java project, the Scala version is not wanted.
This commit is contained in:
Havoc Pennington 2011-12-09 09:41:50 -05:00
parent 16622f74cb
commit 46c6d639b5

View File

@ -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"