Skip to content

Commit 07d4f4c

Browse files
committed
0.1.9
1 parent c73fdb3 commit 07d4f4c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Add Linter to your project by appending these lines to your `build.sbt`:
77

88
resolvers += "Linter Repository" at "https://hairyfotr.github.io/linteRepo/releases"
99

10-
addCompilerPlugin("com.foursquare.lint" %% "linter" % "0.1-SNAPSHOT")
10+
addCompilerPlugin("com.foursquare.lint" %% "linter" % "0.1.9")
1111

12-
There are also published releases - the current version is `"0.1.8"`.
12+
There are also snapshot releases published under `"0.1-SNAPSHOT"`.
1313

1414
## Manual usage
1515
Another possible way to use Linter is to manually download and use these jars:<br>

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "linter"
22

33
organization := "com.foursquare.lint"
44

5-
//version := "0.1.8"
5+
//version := "0.1.9"
66

77
scalaVersion := "2.10.5"
88

0 commit comments

Comments
 (0)