File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ Add Linter to your project by appending these lines to your `build.sbt`:
7
7
8
8
resolvers += "Linter Repository" at "https://hairyfotr.github.io/linteRepo/releases"
9
9
10
- addCompilerPlugin("com.foursquare.lint" %% "linter" % "0.1-SNAPSHOT ")
10
+ addCompilerPlugin("com.foursquare.lint" %% "linter" % "0.1.9 ")
11
11
12
- There are also published releases - the current version is ` "0.1.8 " ` .
12
+ There are also snapshot releases published under ` "0.1-SNAPSHOT " ` .
13
13
14
14
## Manual usage
15
15
Another possible way to use Linter is to manually download and use these jars:<br >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name := "linter"
2
2
3
3
organization := " com.foursquare.lint"
4
4
5
- // version := "0.1.8 "
5
+ // version := "0.1.9 "
6
6
7
7
scalaVersion := " 2.10.5"
8
8
You can’t perform that action at this time.
0 commit comments