Skip to content

Commit 8697991

Browse files
foundweekends-bot[bot]xuwei-k
authored andcommitted
Update proguard-base to 7.2.0
1 parent 86f60e6 commit 8697991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ lazy val root = (project in file(".")).
8484
val old = (Compile / packageSrc / mappings).value
8585
old filter { case (_, p) => p != "META-INF/MANIFEST.MF" }
8686
},
87-
Proguard / proguardVersion := "7.1.1",
87+
Proguard / proguardVersion := "7.2.0",
8888
Proguard / proguardOptions ++= Seq(
8989
"-keep class conscript.* { *; }",
9090
"-keep class dispatch.* { *; }",

0 commit comments

Comments
 (0)