Created
July 8, 2015 14:46
-
-
Save lespea/c5cac6d6f6942ac8686e to your computer and use it in GitHub Desktop.
Scalastyle error on sbt 0.13.9-RC1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sbt.version=0.13.9-RC1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name := "test" | |
| version := "0.1" | |
| scalaVersion := "2.11.7" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.7.0") | |
| resolvers += "sonatype-releases" at "https://oss.sonatype.org/content/repositories/releases/" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| case class Test[A <: Any](t: A) |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Error I get: