Skip to content

Commit fec94ed

Browse files
Update proguard-base to 7.8.1 (#466)
1 parent 3c3a857 commit fec94ed

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 interface = project
119119
dest
120120
},
121121
addArtifact(Compile / packageBin / artifact, finalPackageBin),
122-
Proguard / proguardVersion := "7.8.0",
122+
Proguard / proguardVersion := "7.8.1",
123123
Proguard / proguardOptions ++= {
124124
val baseOptions = Seq(
125125
"-dontnote",

0 commit comments

Comments
 (0)