Skip to content

Commit 2b36519

Browse files
foundweekends-bot[bot]xuwei-k
authored andcommitted
Update proguard-base to 7.8.2
1 parent ee2e742 commit 2b36519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ lazy val root = (project in file(".")).
119119
val old = (Compile / packageSrc / mappings).value
120120
old filter { case (_, p) => p != "META-INF/MANIFEST.MF" }
121121
},
122-
Proguard / proguardVersion := "7.8.1",
122+
Proguard / proguardVersion := "7.8.2",
123123
Proguard / proguardOptions ++= Seq(
124124
"-keep class conscript.* { *; }",
125125
"-keep class dispatch.* { *; }",

0 commit comments

Comments
 (0)