We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86f60e6 commit 8697991Copy full SHA for 8697991
build.sbt
@@ -84,7 +84,7 @@ lazy val root = (project in file(".")).
84
val old = (Compile / packageSrc / mappings).value
85
old filter { case (_, p) => p != "META-INF/MANIFEST.MF" }
86
},
87
- Proguard / proguardVersion := "7.1.1",
+ Proguard / proguardVersion := "7.2.0",
88
Proguard / proguardOptions ++= Seq(
89
"-keep class conscript.* { *; }",
90
"-keep class dispatch.* { *; }",
0 commit comments