Commit 54105a9 1 parent 98988d4 commit 54105a9 Copy full SHA for 54105a9
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ Add plugin
12
12
Add plugin to ` project/plugins.sbt ` . For example:
13
13
14
14
``` scala
15
- addSbtPlugin(" com.lightbend .sbt" % " sbt-proguard" % " {version}" )
15
+ addSbtPlugin(" com.github .sbt" % " sbt-proguard" % " {version}" )
16
16
```
17
17
18
18
See [ released versions] [ releases ] .
19
19
20
- Note: earlier versions of sbt-proguard used the ` "com.typesafe.sbt" ` organization.
20
+ ** Note** : earlier versions of sbt-proguard used the ` "com.typesafe.sbt" ` or ` "com.lightbend .sbt"` organization.
21
21
22
22
Example
23
23
-------
@@ -35,7 +35,7 @@ proguardOptions in Proguard += ProguardOptions.keepMain("some.MainClass")
35
35
Run proguard at the sbt shell with:
36
36
37
37
``` shell
38
- proguard:proguard
38
+ proguard
39
39
```
40
40
41
41
Specifying the proguard version
You can’t perform that action at this time.
0 commit comments