Skip to content

Commit

Permalink
Update proguard-base to 7.4.0 (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 19, 2023
1 parent 008168e commit a90966b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ lazy val interface = project
dest
},
addArtifact(Compile / packageBin / artifact, finalPackageBin),
Proguard / proguardVersion := "7.3.2",
Proguard / proguardVersion := "7.4.0",
Proguard / proguardOptions ++= {
val baseOptions = Seq(
"-dontnote",
Expand Down

0 comments on commit a90966b

Please sign in to comment.