We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98988d4 + 54105a9 commit 95b2778Copy full SHA for 95b2778
README.md
@@ -12,12 +12,12 @@ Add plugin
12
Add plugin to `project/plugins.sbt`. For example:
13
14
```scala
15
-addSbtPlugin("com.lightbend.sbt" % "sbt-proguard" % "{version}")
+addSbtPlugin("com.github.sbt" % "sbt-proguard" % "{version}")
16
```
17
18
See [released versions][releases].
19
20
-Note: earlier versions of sbt-proguard used the `"com.typesafe.sbt"` organization.
+**Note**: earlier versions of sbt-proguard used the `"com.typesafe.sbt"` or `"com.lightbend.sbt"` organization.
21
22
Example
23
-------
@@ -35,7 +35,7 @@ proguardOptions in Proguard += ProguardOptions.keepMain("some.MainClass")
35
Run proguard at the sbt shell with:
36
37
```shell
38
-proguard:proguard
+proguard
39
40
41
Specifying the proguard version
0 commit comments