We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bda319 commit ca7dfd6Copy full SHA for ca7dfd6
1 file changed
build.sbt
@@ -119,7 +119,7 @@ lazy val root = (project in file(".")).
119
val old = (Compile / packageSrc / mappings).value
120
old filter { case (_, p) => p != "META-INF/MANIFEST.MF" }
121
},
122
- Proguard / proguardVersion := "7.8.2",
+ Proguard / proguardVersion := "7.9.0",
123
Proguard / proguardOptions ++= Seq(
124
"-keep class conscript.* { *; }",
125
"-keep class dispatch.* { *; }",
0 commit comments