Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Fix build file
Browse files Browse the repository at this point in the history
  • Loading branch information
rozza committed Dec 17, 2012
1 parent f640fe5 commit a86a1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/CasbahBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ object CasbahBuild extends Build {
scalacOptions <++= scalaVersion map { sv =>
sv match {
case "2.10.0-RC5" => Seq("-Yeta-expand-keeps-star")
case _ => Seq("")
case _ => Seq()
}
},
scalacOptions in (Compile, doc) <++= (baseDirectory, allSourceDirectories, scalaVersion, version, baseDirectory in LocalProject("casbah")).map {
Expand Down

0 comments on commit a86a1e3

Please sign in to comment.