Skip to content

Commit

Permalink
switching to a cross-pathed version of specs. Also publishing in a cr…
Browse files Browse the repository at this point in the history
…osspath fashion.
  • Loading branch information
stevej committed Oct 7, 2010
1 parent cdf39dc commit c12ea10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion project/build/ScalaJsonProject.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ import com.twitter.sbt._


class ScalaJsonProject(info: ProjectInfo) extends StandardProject(info) {
val specs = "org.scala-tools.testing" % "specs_2.8.0" % "1.6.5"
val specs = "org.scala-tools.testing" %% "specs" % "1.6.5"

Credentials(Path.userHome / ".ivy2" / "credentials", log)
val publishTo = "nexus" at "http://nexus.scala-tools.org/content/repositories/releases/"

override def disableCrossPaths = false

override def compileOptions = super.compileOptions ++ Seq(Unchecked) ++
compileOptions("-encoding", "utf8")

Expand Down

0 comments on commit c12ea10

Please sign in to comment.