Skip to content

Commit 2f7e80d

Browse files
foundweekends-bot[bot]xuwei-k
authored andcommitted
Update proguard-base to 7.6.1
1 parent 57b9140 commit 2f7e80d

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
@@ -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.0",
116+
Proguard / proguardVersion := "7.6.1",
117117
Proguard / proguardOptions ++= Seq(
118118
"-keep class conscript.* { *; }",
119119
"-keep class dispatch.* { *; }",

0 commit comments

Comments
 (0)