Skip to content

Commit

Permalink
Update proguard-base to 7.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
foundweekends-bot[bot] authored and xuwei-k committed Oct 3, 2024
1 parent 820e653 commit d3af556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ lazy val root = (project in file(".")).
val old = (Compile / packageSrc / mappings).value
old filter { case (_, p) => p != "META-INF/MANIFEST.MF" }
},
Proguard / proguardVersion := "7.5.0",
Proguard / proguardVersion := "7.6.0",
Proguard / proguardOptions ++= Seq(
"-keep class conscript.* { *; }",
"-keep class dispatch.* { *; }",
Expand Down

0 comments on commit d3af556

Please sign in to comment.