Skip to content

Commit

Permalink
fixed scalastyle name
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov committed Jan 13, 2015
1 parent db92fbd commit a68277e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.tools
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jar_library(name = 'scala-repl-2.10.3',

jar_library(name = 'scalastyle',
jars = [
jar(org='org.scalastyle', name='scalastyle_2.10.3', rev='0.3.2')
jar(org='org.scalastyle', name='scalastyle_2.10', rev='0.3.2')
])

jar_library(name = 'scrooge-gen',
Expand Down

0 comments on commit a68277e

Please sign in to comment.