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

Commit

Permalink
No Scala Style for 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
rozza committed Jul 21, 2014
1 parent 2b57180 commit 2e4087e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/CasbahBuild.scala
Expand Up @@ -160,7 +160,7 @@ object Dependencies {

def scalaStyle(scalaVersion: String) =
scalaVersion match {
case "2.11.0" => Seq()
case "2.11.1" => Seq()
case _ => Seq("org.scalastyle" %% "scalastyle" % "0.4.0" % "test")
}
}
Expand Down

0 comments on commit 2e4087e

Please sign in to comment.