Skip to content

Commit 457477c

Browse files
foundweekends-bot[bot]xuwei-k
authored andcommitted
Update proguard-base to 7.7.0
1 parent 1c392cf commit 457477c

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
@@ -113,7 +113,7 @@ lazy val root = (project in file(".")).
113113
val old = (Compile / packageSrc / mappings).value
114114
old filter { case (_, p) => p != "META-INF/MANIFEST.MF" }
115115
},
116-
Proguard / proguardVersion := "7.6.1",
116+
Proguard / proguardVersion := "7.7.0",
117117
Proguard / proguardOptions ++= Seq(
118118
"-keep class conscript.* { *; }",
119119
"-keep class dispatch.* { *; }",

0 commit comments

Comments
 (0)